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

Request for v0.2.2 #31

Closed kevlened closed 5 years ago

kevlened commented 5 years ago

This library makes it so much easier to safely expose firestore to public clients, thanks!

I'm trying to use the new nullable firebase_rules_field option and I ran into the issue fixed here: https://github.com/FirebaseExtended/protobuf-rules-gen/commit/99af1c30d123a5aa575342ca20878f2f854639b9. I pull the latest binary from Releases so my team doesn't have to rebuild it. Do you mind publishing a patch version?

samtstern commented 5 years ago

@rockwotj can you release a patch version? I'd do it but I am not familiar with the release proocess.

rockwotj commented 5 years ago

Yes will do soon, sorry for some reason I don't get these reports alerts anymore.

rockwotj commented 5 years ago

I created a release and added a macos binary:

I'll get a linux binary up Monday.

rockwotj commented 5 years ago

Also @samtstern there are release instructions at the bottom of the README :)

The online thing here is you have to build a binary for each platform. Well except windows because I don't have access to a windows box and setting up bazel for windows is a nightmare

kevlened commented 5 years ago

Thanks @rockwotj and @samtstern!