firebase-admin-python icon indicating copy to clipboard operation
firebase-admin-python copied to clipboard

Firebase Admin Python SDK

Results 127 firebase-admin-python issues
Sort by recently updated
recently updated
newest added

Add Firebase functionality to verify an App Check token

I am using the python admin SDK to create tenants, but I can not manage the "default" providers. Only add new SAML and OIDC providers. ```python tenant = tenant_mgt.create_tenant( tenant_name,...

api: auth

This is my first question on GitHub so i thought i should write it as much as detailed if my question was too long kindly excuse me. I'm using [Pyrebase](https://github.com/thisbejim/Pyrebase)(a...

needs-triage

**Is your feature request related to a problem? Please describe.** Using `send_all` (or `send_multicast`) is (or should be) more efficient that many `send` calls in sequence. However, it loses the...

api: messaging

Proposed experimental changes to add async FCM functionality. Adds: Async http client. Unit tests for async http client. Async messaging interface (Adds async send, topic subscribe and unsubscribe) Unit tests...

Task Queue Support for: - `enqueue` - `delete`

release-note
release:stage

**Is your feature request related to a problem? Please describe.** When using the Library Flet, It uses Pyodide to create static web pages using WASM. https://flet.dev/docs/guides/python/packaging-app-for-distribution#flet-build-web ![image](https://github.com/firebase/firebase-admin-python/assets/113192732/f2729a67-fdf2-492d-b204-549ba7ad1583) Currently i cannot...

needs-triage
type: feature request

…structions on how to initialize the sdk. Hey there! So you want to contribute to a Firebase SDK? Before you file this pull request, please read these guidelines: ### Discussion...

### Step 2: Describe your environment * **Operating System version:** Linux Ubuntu 22.04.1 * **Firebase SDK version:** 12.5.4 * **Firebase Product:** Storage * **Python version:** 3.10.12 * **Pip version:** 22.0.2...

api: storage

#718 Added support for multiple Firestore databases within a single app

release-note