Python + Firestore for Real World Projects
For full documentation visit mkdocs.org.
About Firestore
Firestore is a Python Object-Document/Object-Collections Mapper for working with Google Cloud Firestore © - the Flexible, Extremely Scalable, realtime NoSQL database by Google.
You can find some documentation by visiting Google Firestore
Upcoming Features
Offline Storage- For development when offlineRealtime Sync- Sync offline changes to Google Cloud FirestoreArray Validation- Support for Array of types, running type validations, and dereferencing of Ref types upon access from an arrayCamel Casing- Convert document Camel Cased document names to snakecase before persisting to cloud firestoreCloud Function- Use GCSDK to automate firestore tasks i.e. cloud functions to cascade document changes