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

Remove leading '_' from generated functions #4

Closed rockwotj closed 6 years ago

rockwotj commented 6 years ago

When stripping the package name off the message and enum names, there was a '.' character still before the message name.