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

Firebase Admin Python SDK

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

The python admin sdk does not appear to support the firebase storage emulator. Other emulators are supported, and the node sdk has this support.

help wanted
type: feature request
api: storage

The method `verify_token` - https://github.com/firebase/firebase-admin-python/blob/6d826fd15c87db62f7501f569b6e0a762d17a05e/firebase_admin/_token_gen.py#L392 - has an additional parameter called `clock_skew_in_seconds` - https://github.com/googleapis/google-auth-library-python/blob/87cd2455aca96ac3fbc4a8b2f8e4c0bba568a70b/google/oauth2/id_token.py#L114. However, it is not possible to provide this parameter when verifying ID tokens - https://github.com/firebase/firebase-admin-python/blob/6d826fd15c87db62f7501f569b6e0a762d17a05e/firebase_admin/auth.py#L194 I...

needs-triage

**Is your feature request related to a problem? Please describe.** Via `firebase_admin_auth` I'm able to create and manage users. When I want to generate a password reset email through the...

needs-triage
type: feature request

Env: * Operating System version: macOS Big Sur * Firebase SDK version: 5.2.0 * Firebase Product: project_management * Python version: 3.10 * Pip version: 21.1.2 Problem: How can I create...

help wanted
type: feature request

Hey everyone I am setting up a python application and I would like to use firebase for authentication. For normal users the login flows works fine, my problem comes when...

api: auth

**Is your feature request related to a problem? Please describe.** I wanted to use Firebase Google Analytics tracking module for an ML app but I was disappointed to find out...

needs-triage
type: feature request

**Is your feature request related to a problem? Please describe.** It would be great if we could manage multi-factor users like described in https://cloud.google.com/identity-platform/docs/admin/manage-mfa-users **Describe the solution you'd like** *...

type: feature request
api: auth

I am using `firebase-admin` on an `asyncio` project and when there are a lot of requests it slows down the whole API. Surprisingly, I didn't see any other issues about...

api: core

After a lot of debugging, it looks like this is the line that is the bug - instead of catching a google.auth.exceptions.DefaultCredentialsError and passing, its trying to catch an AttributeError:...

type: bug
api: auth
api: emulators

### [READ] Step 1: Are you in the right place? Step 2: Describe your environment * Operating System version: MAC OSX 11.6 BIg Sur * Firebase SDK version: 5.0.2 *...

needs-triage