What is Firebase Realtime Database rules?

Firebase Realtime Database Security Rules determine who has read and write access to your database, how your data is structured, and what indexes exist . These rules live on the Firebase servers and are enforced automatically at all times. Every read and write request will only be completed if your rules allow it.

Read more