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

Conditional groupings unsound - parens mismatch #5

Closed naturalethic closed 6 years ago

naturalethic commented 6 years ago

Resulting in error: Extra closing ')' at the end of expression.

naturalethic commented 6 years ago

Here's the culprit:

https://github.com/firebase/protobuf-rules-gen/blob/master/firebase_rules_generator/generator.cc#L287