-
-
Notifications
You must be signed in to change notification settings - Fork 284
Description
Is your feature request related to a problem? Please describe.
No.
Describe the solution you'd like
Firestore integration
Describe alternatives you've considered (optional)
Custom implementation of similar nature.
Additional context (optional)
We required fine-grained authorization system for one of our clients for an application hosted on Firebase, utilizing Firestore as the primary datastore. One of our engineers at FreeTech (@n-hendriks) found this library. After reading through your Mongo integration, I can probably implement something similar with firestore this week. I figured we could write the code to follow your convention, and contribute a firestore integration to the library.
If you all are interested in merging something like this into the master branch, please let me know. I'll send a PR that follow the contributing guidelines.