Releases: lupas/firestore-rulez
Releases · lupas/firestore-rulez
v1.0.0
- Expanded configuration functionality
- Validation of the configuration file (using yup) with some parts falling back to defaults if required
- Updated logging using chalk for formatting, including alerts on anytime it is falling back to defaults
See more here.
Thanks to Bullfrog1234 for this PR!
v0.2.0
- Added option
rules_version
to load either headers for Firestore Rules version 1 or version 2.
Thanks to @azzamasghar1 for the PR!