Releases: FirebaseExtended/protobuf-rules-gen
Releases · FirebaseExtended/protobuf-rules-gen
Protobuf Rules Generator v0.2.3
Protobuf Rules Generator v0.2.2
Protobuf Rules Generator v0.2.1
Implement a nullable annotation for fields and messages (#26) * Implement a nullable annotation for fields and messages * Add back deleted tests
Protobuf Rules Generator v0.2.0
Protobuf Rules Generator v0.1.2
Protobuf Rules Generator v0.1.1
Release notes for this build:
- Fix a leading
_
in message and enum function names
Initial Release
This is the initial release of firebase/protobuf-rules-gen, this protoc
plugin allows you to generate Firestore rules based on Google's Protocol Buffer format.
This current release highlights the following features:
- Validation of all basic Firestore types
- Validation of which properties exist on a message
- Support for enums and oneofs
- Options to support extra validation or allow for extra (unknown) properties