- Mastering Firebase for Android Development
- Ashok Kumar S
- 71字
- 2021-06-18 18:49:12
Realtime Database rules
Firebase database rules control the process in which the data is put away in a Firebase Realtime Database, data is secured, approved, and indexed. These rules are characterized, utilizing a rules articulation language, such as JSON that might be arranged on each project basis, utilizing either the Firebase console or Firebase command-line interface.
In this section, we will explore Firebase rules in detail through the Firebase console.