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

### Description Standard library `distutils` module is deprecated in Python 3.10 and scheduled for removal in Python 3.12 [(reference)](https://docs.python.org/3.10/whatsnew/3.10.html#distutils). Importing distutils in Python 3.10 generates the following warning: ``` DeprecationWarning:...

api: database

### Describe your environment * Operating System version: Linux raspberrypi 4.19.97+ (On a Raspberry Pi Zero W) * Firebase SDK version: 5.2.0 * Firebase Product: database * Python version: 3.7.3...

api: database

**Is your feature request related to a problem? Please describe.** There is currently no listen() function for complex queries. This means that you for example cannot listen for realtime updates...

needs-triage
type: feature request

Proof of concept demonstrating the ease of using a [REGAPIC](https://github.com/googleapis/gapic-generator) generated client to create a new API surface (in this case, Appcheck). Definitely not prod ready, but shows that this...

* Operating System version: docker image python:3.9 (debian bullseye) * Firebase SDK version: firebase_admin-5.0.3 * Firebase Product: auth * Python version: 3.9 * Pip version: 21.2.4 #### Steps to reproduce:...

api: auth

hi, i'm developing a web page using firebase messaging part, i met some questions - sdk has no api to count how many devices subscribe to a specified topic, but...

type: feature request
api: messaging

### [REQUIRED] Step 2: Describe your environment * Operating System version: Mac OS 11.6 * Firebase SDK version: _____ * Firebase Product: database (auth, database, storage, etc) * Python version:...

api: database

Environment * Operating System version: OSX 10.13.3 and Debian 9 * Firebase SDK version: `firebase-tools -V` shows 3.18.4 * Library version: 2.10.0 * Firebase Product: auth Hey all, I would...

**Is your feature request related to a problem? Please describe.** When developing with this library, I constantly have to type hint variables returned by the functions, so my autocompleter suggests...

help wanted
type: feature request
api: core

I'm looking to migrate users from Django to firebase, below is the code I'm using for testing. The issue I'm facing is that it seems that the passwords have been...

api: auth