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

I recently came across a project where I needed it the following functionality and had to implement it via the rest api: - Manage projects: https://firebase.google.com/docs/projects/api/reference/rest/v1beta1/projects - Manage operations: https://firebase.google.com/docs/projects/api/reference/rest/v1beta1/operations/get...

help wanted
type: feature request

The latest version of `google-auth` uses the IAM service accounts API to sign tokens (see https://github.com/googleapis/google-auth-library-python/pull/553). We need to update our unit test mocks to be compatible with this change....

Hey there! So you want to contribute to a Firebase SDK? Before you file this pull request, please read these guidelines: ### Discussion Related to https://github.com/firebase/firebase-admin-python/issues/472 - [x] Create web...

Hey there! So you want to contribute to a Firebase SDK? Before you file this pull request, please read these guidelines: ### Discussion Fixes #161 ### Testing I'm not really...

I'm trying to use this library to automate the creation of a firebase iOS app and android app within my Firebase project, which works fine but I also need the...

type: feature request

Add an optional `max_retries` argument to the `db.Reference.transaction()` method. Currently it uses a fixed retry count (25).

type: feature request
api: database

Add a source map to the doc generation process so that reference docs can link directly into source files for each function/constant/etc.

type: feature request

Drop support for Python 3.6 (Python 3.6 has reached EoL) RELEASE NOTE: Dropped support for Python 3.6. Developers should to use Python 3.7 or higher when deploying the Admin SDK.

release-note