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

This is the first step in addressing #104, the feature request to add async support. Adds the ability to use a Firestore Async Client to make asynchronous Firestore requests within...

api: firestore

I am developing a web project with Django. I use Firebase's Firestore as my database. Look at the views.py "def mail(request)" you can see I get data from firestore and...

needs-triage

**Is your feature request related to a problem? Please describe.** I really would like to protect my Python Backend (FastAPI) with Firebase AppCheck **Describe the solution you'd like** Have firebase...

help wanted
type: feature request
api: appcheck

Adding the optional parameter clock_skew_in_seconds=60 to the call to google.oauth2.id_token.verify_token now allows for the token-issuing server's clock to be off by up to a minute without the token becoming invalid...

Operating System version: AWS Python lambda Firebase SDK version: firebase-admin 5.2.0 Firebase Product: google cloud firestore Python version: 3.9 Hi I have an AWS Lambda in Python 3.9 (now regenerated...

needs-triage

Adds unit tests for async credentials. Related to #104

**Is your feature request related to a problem? Please describe.** Is there a way to authenticate users upon registration/login using their social media accounts e.g. Google, FB, Twitter? The firebase...

needs-triage
type: feature request

This relates to issue https://github.com/firebase/firebase-admin-python/issues/626

**Is your feature request related to a problem? Please describe.** VSCode can use Python type annotations to provide a much better experience, and allow completion. **Describe the solution you'd like**...

help wanted
type: feature request
api: core

The function auth.verify_id_token may fail for tokens that were issued by servers which have clocks running a little early. If verification is done right after the token was issued by...

type: feature request
api: auth