protobuf-rules-gen
Rules generator
A tool that generates Firebase Rules for Cloud Firestore based on Protocol Buffers.
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.
198 stars
35 watching
13 forks
Language: C++
last commit: about 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
90dy/protoc-gen-hbs | A tool to generate code based on Protobuf files with the help of Handlebars templates and custom helpers. | 9 |
jhump/goprotoc | Makes it easy to work with Protocol Buffers in Go by providing tools and libraries for generating code, implementing plugins, and running the protocol buffer compiler. | 85 |
tiziano88/elm-protobuf | Generates Elm code to decode and encode Protocol Buffers data | 94 |
trailofbits/protofuzz | A tool that automatically generates fuzzer tests for Google Protocol Buffers format definitions | 272 |
sourcegraph/prototools | Tools for generating documentation and JSON dumps from Protocol Buffers files | 167 |
moul/protoc-gen-gotemplate | A plugin for generating code from Protocol Buffers files using Go's text templating engine. | 438 |
firebaseextended/experimental-extensions | A collection of experimental extensions for Firebase built on top of TypeScript | 244 |
silentorbit/protobuf | A C# code generator for reading and writing the Protocol Buffers format | 308 |
chflick/firecode | An extension for Visual Studio Code that provides syntax highlighting and validation support for Firestore security rules. | 38 |
ahamez/protox | A fast and reliable Elixir library for working with Google Protocol Buffers | 269 |
eerimoq/pbtools | Tools for generating C code from Google Protocol Buffers messages | 74 |
rowtype-yoga/purescript-protobuf | A PureScript library and code generator for Google Protocol Buffers version 3. | 54 |
ladeak/protobufsourcegenerator | Generates partial helper classes with serialized properties for C# types used with protobuf-net. | 12 |
arwalk/zig-protobuf | An implementation of Google Protocol Buffers version 3 in Zig. | 233 |
tmc/protoc-gen-apidocs | Generates markdown documentation from Protobuf descriptors | 29 |