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

Fix Bazel build and add a GitHub action to exercise the build on different platforms #43

Closed kimurayu45z closed 2 years ago

kimurayu45z commented 2 years ago

This is an extended branch from https://github.com/KimuraYu45z/protobuf-rules-gen/tree/master so plz see https://github.com/FirebaseExtended/protobuf-rules-gen/pull/42 at first.

In this branch, I wrote the github actions workflow to emit the built binary files across platform matrix. This can help M1 mac users and so on.