fake_firebase_security_rules 0.5.4
fake_firebase_security_rules: ^0.5.4 copied to clipboard
Fake for Firebase Security Rules. To be used by fake_cloud_firestore and mock_firebase_storage.
0.5.4 #
- Updated the SDK dependency to 3.0 (to be able to use Records).
- Removed the dependency on package:tuple.
Thank you devoncarew! PR-10
0.5.2 #
- When evaluating allow statements
- Interpet runtime exceptions as evaluating to
false, ie not allowed. - Pretty-print runtime exceptions.
- Interpet runtime exceptions as evaluating to
- Pretty-print warnings for unsupported features.
0.5.1 #
Force paths to not start with a '/'.
0.5.0 #
Initial version.