Module firestore

Implementation of models concept on top of Google cloud firestore. Firestore entities try to make interaction with firestore as simple as possible for the developer.

Source code
"""
Implementation of models concept on top of Google cloud firestore.
Firestore entities try to make interaction with firestore as simple as possible for the developer.
"""

from firestore.entity import Entity
from firestore.db import SERVER_TIMESTAMP

Sub-modules

firestore.db

This is a collection of tools used by mantle Database packages, the include property types and common errors

firestore.entity
firestore.query