protobuf-rules-gen icon indicating copy to clipboard operation
protobuf-rules-gen copied to clipboard

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...

Results 6 protobuf-rules-gen issues
Sort by recently updated
recently updated
newest added

## Description If I'm using `proto3` and try to use `optional` I get this error: ``` is a proto3 file that contains optional fields, but code generator protoc-gen-firebase_rules hasn't been...

## Description If you have an underscore (`_`) as an attribute name, then it will be transformed into camel case. I didn't except this. ### Steps to reproduce ```protobuf syntax...

What is the recommended way of splitting messages across multiple proto files? I tried sending multiple files to protoc but I get the error `firestore.rules: Tried to write the same...

Is there a way to build the files also for other languages, like Typescript? We want to have one way to define how our Firestore documents have to look like....

I've started working on a protobuf code generator to create typescript models. One feature I need is to be able to specify the type of a reference or subcollection. I'm...