firebase-admin-python
firebase-admin-python copied to clipboard
Firebase Admin Python SDK
I’m developing a custom MFA-based authentication system, so I prefer not to use the Firebase client SDK since Firebase only supports MFA via SMS, not email. I’m building my own...
My Firebase account can send notification bar messages to users by topic, but I am unable to use the reg id to send notification bar messages to users. This happened...
This pull request introduces **comprehensive type annotations** to the `firebase_admin` codebase using [PEP 484](https://peps.python.org/pep-0484/) standards. All changes have been validated with **Pyright** in **strict** mode to enforce consistency and catch...
This PR adds support for App Check token consumption (replay protection) to the `app_check.verify_token()` API
Currently to Interact with data connect clousql or any data connect service there is no direct support for sdk. Similarly javascript sdk version of firebase-admin supports dataconnect.
### Environment * Operating System version: python:3.12.10-slim Docker image running on MacOS * Firebase SDK version: 6.9.0 * Firebase Product: cloud messaging * Python version: 3.12.10 * Pip version: 25.0.1...
Hey! This pull request is for a new feature called withdraw_mfa. This feature already exisst in node, but is missing from the python admin sdk. I thought of fixing the...
**Is your feature request related to a problem? Please describe.** I am using a Python Firebase Functions Backend for My Application but I would like to Unit Test My Firestore...