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

Connection aborted didn't included in retryable list and any firebase API calls fails frequently. ```shell Traceback (most recent call last): File "/usr/src/app/notifications/services/notification_service/providers/mobile.py", line 94, in _send_notification firebase.send(fb_message, app=firebase_app) File "/usr/local/lib/python3.10/site-packages/firebase_admin/messaging.py",...

needs-triage

Documentation link - API Reference no longer working, shows `Service Unavailable` as of Jun 17, 2024 10:00PM PST https://firebase.google.com/docs/reference/admin/python/

needs-triage

**Problem** Non-descriptive error message returned when sending multicast message with empty device token list. Currently the empty list of tokens propagates throughout the code and results in an Unknown Error...

needs-triage
type: feature request

Description When the internet disconnects, the Firebase Realtime Database listener crashes, even with try and except statements. The application fails to recover and reconnect the listeners, resulting in the following...

needs-triage

### [REQUIRED] Step 2: Describe your environment * Operating System version: Mac 14.5 * Firebase Product: firebase-admin==6.2.0 and firebase-admin==6.5.0 * Python version: 3.11.4 * Pip version: 24.0 ### [REQUIRED] Step...

needs-triage

In short: There is currently no way to change the firestore database to write to from default. See question on stackoverflow: https://stackoverflow.com/questions/78533417/how-to-write-to-a-firestore-db-other-than-default-in-a-python-cloud-function As far as I understand there is currently...

needs-triage
type: feature request