Firebase Rules Testing
This feature allows users to validate their Cloud Firestore rules by executing read and write operations againts their project.
Prerequisites
- Configured Firebase project
- Valid security rules
- Firebase Authentication enabled (Email/Password)
Usage Example
Note
Make sure you updated your rules on Firebase.
All test operations are performed againts your actual Firebase project. Make sure to use test data and paths that won't affect production data.
- Click the test tube icon (🧪)
- Sign in or out depending on the rule you want to try out
- Enter document path to test
- Select operation type (read/write)
- Click Run Test to see results