Skip to content

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 offline
  • Realtime Sync - Sync offline changes to Google Cloud Firestore
  • Array Validation - Support for Array of types, running type validations, and dereferencing of Ref types upon access from an array
  • Camel Casing - Convert document Camel Cased document names to snakecase before persisting to cloud firestore
  • Cloud Function - Use GCSDK to automate firestore tasks i.e. cloud functions to cascade document changes

See All You Can Do Via The Tutorials