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

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

needs-triage

**Is your feature request related to a problem? Please describe.** AsyncIO is the future for performant Python web services, and thus one should be able to send push notifications via...

needs-triage
type: feature request

``` import asyncio import firebase_admin from firebase_admin import credentials from firebase_admin import firestore_async import sys async def main(): user_id = sys.argv[1] cred = credentials.Certificate("credentials.json") firebase_admin.initialize_app(cred) db = firestore_async.client() user_ref =...

needs-triage

**Is your feature request related to a problem? Please describe.** I'm working with Firestore in Python and have a data query challenge I'm hoping to get some advice on. My...

needs-triage
type: feature request

Added a `is_app_initialized()` function to deal with this [issue](https://github.com/firebase/firebase-admin-python/issues/701). I also added a few test cases, pls check them. Also refactored a few calls that checked if an app was...

# Environment * Operating System version: Firebase Functions for Python (v2), Cloud Run * Firebase SDK version: firebase-admin==6.4.0 * Firebase Product: firestore * Python version: 3.11 * Pip version: 23.0.1...

type: bug
api: firestore

I'm facing an issue while creating a single record in the Google Firestore document from the docker, whereas the same code works fine in my local. Below is the error...

needs-triage

* Operating System version: macOS Sonoma 14.0 * Firebase SDK version: 5.4.0 * Firebase Product: ? * Python version: 3.11 * Pip version: 23.3.2 ### [REQUIRED] Step 3: Describe the...

needs-triage

**Is your feature request related to a problem? Please describe.** The `project_management` package miss API to work with `webApps` resource **Describe the solution you'd like** API to work with WebApps...

needs-triage
type: feature request

**Is your feature request related to a problem? Please describe.** We are using google identity platform to manage user authentication in our FastAPI based web application. We want to provide...

type: feature request