Problem on Firebase Database and Rules

How can I change the rules of my firebase DB to only authenticated users can read and write. I am aware about this :point_down:

But, like how to implement the function in app. What programming I will have to do in the app to make this rule functional? I am using Firebase Authentication in my app. So, will the users who are authenticated using that, be only able to read and write in the database?

Someone please help

Firebase | Basic Security Rules

Firebase | Avoid insecure rules

Firebase | User Based Security | Firebase Realtime Database

With the extension you find a sample project that use the rules that you want

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.