Firebase provides the tools and infrastructure you need to develop your app, grow your user base, and earn money. The Firebase Admin Python SDK provides admin (second-party) access to several Firebase services.
For more information, visit the Firebase Admin SDK setup guide.
The Firebase Admin Python SDK is available on pip
as firebase-admin
:
$ pip install firebase-admin
To use the module in your application, import
it from any Python file:
import firebase-admin
Release Notes for the Firebase Admin Python SDK are available here.
The Firebase Admin Python SDK is covered by the Terms of Service for Firebase Services.