firebase-admin-python icon indicating copy to clipboard operation
firebase-admin-python copied to clipboard

Firebase Admin Python SDK

Results 151 firebase-admin-python issues
Sort by recently updated
recently updated
newest added

### [REQUIRED] Step 2: Describe your environment * Operating System version: macOS 14.6.1 (23G93) * Firebase SDK version: 5.4.0 * Firebase Product: messaging * Python version: 3.11.8 * Pip version:...

api: core

### [READ] Step 1: Are you in the right place? I have run the simple test code ``` import os import firebase_admin from firebase_admin import credentials, firestore os.environ['FIRESTORE_EMULATOR_HOST'] = 'localhost:10000'...

needs-triage

### [REQUIRED] Step 2: Describe your environment * Operating System version: MacOS Sonoma 14.5 * Firebase SDK version: 6.5.0 * Firebase Product: database * Python version: 3.12.0 * Pip version:...

api: core

### Description - This PR aims to resolve #797 - The same issue was spotted by @kamilbednarz in our project at @timelyschools and he provided major implementation details for the...

Hello Firebase Team! I recently found when using both the Node and Python SDKs that the Python SDK is lacking the `getDownloadUrl()` method that the NodeJS SDK has. I saw...

api: storage

### [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...

api: auth

### [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...

api: auth

### [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...

api: auth

This pull request introduces **comprehensive type annotations** to the `firebase_admin` codebase using [PEP 484](https://peps.python.org/pep-0484/) standards. All changes have been validated with **Pyright** in **strict** mode to enforce consistency and catch...

This PR aims to support [PEP 621](https://peps.python.org/pep-0621/) and migrate package metadata to `pyproject.toml`. Additionally `pyproject.toml` supports `setup.cfg`