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

* Operating System version: App Engine / Flask * Firebase SDK version: iOS Firebase SDK 10.20 / Python firebase-admin 6.4 * Firebase Product: Auth * Python version: 3.11 #### Steps...

api: auth

TOTP Support for Project and Tenant RELEASE NOTES: Added `TOTP` as a multi-factor option in project and tenant configuration.

release-note
release:stage

Python SDK: ``` from firebase_admin import db db.reference(f"{ref}").transaction(increment_value) ``` How can I pass variables to the "increment_value" function callback? Is it even possible?

needs-triage
type: feature request

Hi there, I am having some issues using the `firebase_admin` python client with a credential object from outside the SDK. In my use case, I want to initialize the `firebase_admin`...

type: bug
api: core

I'm always frustrated when I see line repeated. In the /snippets/database/index.py there are 4 times the string "https://databaseName.firebaseio.com" I want to substitute four equals string with an env var like...

needs-triage
type: feature request

**Discussion** This PR resolves issue https://github.com/firebase/firebase-admin-python/issues/678. **Testing** Suggestions are welcomed for further testing.

Description of changes: In firebase_admin/tenant_mgt.py I created the field allow_default_provider to store the default provider status of user sign-in and linked/updated its value accordingly in multiple functions. In snippets/auth/index.py I...

How can I generate a download url like with the node js sdk? https://firebase.google.com/docs/storage/admin/start here only a nodejs example is given![image](https://github.com/firebase/firebase-admin-python/assets/16098190/bdd912dd-7c3f-41ed-af23-906e7f83487e)

type: feature request
api: storage

Hey there! I saw an issue, where was discussed adding support for new feature ( Multiple database in a single project ) Here's a link to it: https://github.com/firebase/firebase-admin-python/issues/718 I've tested...

release-note