Cloud Firestore Async module.
This module contains utilities for asynchronusly accessing the Google Cloud Firestore databases
associated with Firebase apps. This requires the google-cloud-firestore
Python module.
Functions
clientfirebase_admin.firestore_async.client(app: App = None) AsyncClient |
---|
Returns an async client that can be used to interact with Google Cloud Firestore.
|