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

### Describe your environment * Operating System version: macOS 12.4 * Firebase SDK version: 6.1.0 * Firebase Product: database * Python version: 3.7.9 * Pip version: 21.3.1 ### Describe the...

api: database

**Is your feature request related to a problem? Please describe.** Please see this SO [question](https://stackoverflow.com/questions/75486368/how-to-increment-values-in-firebase-realtime-database-python/75486555#75486555) that i have asked. **Describe the solution you'd like** I would like to be able...

needs-triage
type: feature request

``` Python 3.10 Firebase_auth 6.1.0 ``` If I import `from firebase_admin import auth` I get this error: ``` momo-api-worker-1 | During handling of the above exception, another exception occurred: momo-api-worker-1...

needs-triage

## Introduction This is a suggestion for improving the docs and tutorials for Firebase which are located at https://firebase.google.com Instead of just sending grumpy feedback through the web-site, which is...

type: enhancement

### [READ] Step 1: Are you in the right place? Yes ### [REQUIRED] Step 2: Describe your environment * Operating System version: cos-stable-101-17162-40-5 * Firebase SDK version: latest? * Firebase...

needs-triage

**Is your feature request related to a problem? Please describe.** The addition of the `shallow` parameter when retrieving data was requested in #61 and accepted in #109, but this only...

needs-triage
type: feature request

Hello! :D I have very weird problem. One user is removed from my database when the debugger hits a breakpoint. * Operating System version: Windows 11 * Firebase SDK version:...

api: auth

**Is your feature request related to a problem? Please describe.** I am currently facing a performance issue in which the default max pool size of requests library has become a...

needs-triage
type: feature request

Hello, With the new FCM v1 http endpoints, support for batching was removed. The solution for large volume is now topics (but that leave you with generic messages) and using...

type: feature request
api: messaging