firebase-admin-python
firebase-admin-python copied to clipboard
feat(firestore): Async Firestore
This is the first step in addressing #104, the feature request to add async support.
Adds the ability to use a Firestore Async Client to make asynchronous Firestore requests within the Admin SDK. Additionally adding type hints for developers.