FirebaseExtended / protobuf-rules-gen

This is an experimental protoc plugin that generates Firebase Rules for Cloud Firestore based on Google's Protocol Buffer format. This allows you to easily validate your data in a platform independent manner.
Apache License 2.0
197 stars 13 forks source link

Question: How is this different from Bolt? #35

Closed talamaska closed 4 years ago

talamaska commented 4 years ago

Except that it is based on protobuf 2 or 3, what else this has in addition? How it is different from Bolt?

samtstern commented 4 years ago

@talamaska Bolt was a project to generate rules for the Firebase Realtime Database. This project generates rules for Cloud Firestore / Cloud Storage which both use a different (newer) rules language.