Using ORM Patterns With Google Cloud Firestore In Datastore Mode
The following example will demonstrate how to use Google Cloud Firestore in Datastore mode as a backend for Flask-Login.
Basic familiarity with the following is assumed:
- Flask and Flask-Login.
- App Engine and Firestore in Datastore mode.
Introduction
Flask-Login requires the …
more ...