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

Node and Java have full support for Remote Config. I had worked on a PR for the Remote Config spec for `Golang` few months ago and was wondering if there...

help wanted
type: feature request
api: remoteconfig

Hi there! It seems as though there is currently no way to supply a different retry policy when initializing an app (it's not one of the options specified [here](https://firebase.google.com/docs/reference/admin/python/firebase_admin#initialize_app), like...

type: feature request

Hey there! So you want to contribute to a Firebase SDK? Before you file this pull request, please read these guidelines: ### Discussion Based on: https://github.com/firebase/snippets-node/pull/94 ### Testing Depends on...

Firebase now have FirebaseInstallations features to get installationId and installationToken I think it would be convenient to verify installation token on backend using this library

type: feature request

For example, after I execute 'project_management.list_android_apps()' it returns list of 'AndroidApp's (https://github.com/firebase/firebase-admin-python/blob/master/firebase_admin/project_management.py#L157) Every instance have only one property ('app_id'), but I also need 'package_name'. I don't want to fetch metadata...

type: feature request

Hello, I have been using firebase on pizero since 1st of Jan 2017 and it worked perfectly up until the day before yesterday. I was using the pyrebase library, which...

api: database

I am using Firebase for a project of mine. In Android I can do a query like this: `mDatabase.child(dbRoot).child("Order").orderByChild("user_id").startAt(user.getUid(), "the order id to start from").endAt(user.getUid()).limitToFirst(15)` In "Order" object, I keep...

api: database

- Retrieving a sorted user list may be useful. - Default sort option is by "uid" as far as I see. - I did not write anything about this problem...

type: feature request
api: auth

### [READ] Step 1: Are you in the right place? * For issues or feature requests related to __the code in this repository__ file a Github issue. * If this...

api: database