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

Add timestamp support #22

Closed rockwotj closed 6 years ago

rockwotj commented 6 years ago

Fixes #19

adamduren commented 5 years ago

@rockwotj I'm assuming the same can be done here for GeoPoint?

rockwotj commented 5 years ago

@adamduren, yupp. Want to submit a PR? Otherwise I will get to it when I can.