Completed
Allow writing if the change equals a specific value:
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Security Rules for Firestore - Firebase Firestore
Automatically move to the next video in the Classroom when playback concludes
- 1 Rules Basics:
- 2 Separate Read and Write access:
- 3 For which actions we can setup rules:
- 4 Allow access for authenticated users:
- 5 Declare Rules for specific collections:
- 6 Allow access if a field in the same document equals a specific value:
- 7 Allow writing if the change equals a specific value:
- 8 Allow access if a field in another document equals a specific value:
- 9 Allow access if a specific document exists: