Firebase Admin SDK for Python.
Classes
Appclassfirebase_admin.App(name, credential, options) |
|---|
|
Bases: The entry point for Firebase Python SDK. Represents a Firebase app, while holding the configuration and state common to all Firebase APIs.
|
Functions
delete_appfirebase_admin.delete_app(app) | ||||
|---|---|---|---|---|
|
Gracefully deletes an App instance.
|
get_appfirebase_admin.get_app(name='[DEFAULT]') | ||||||||
|---|---|---|---|---|---|---|---|---|
|
Retrieves an App instance by name.
|
initialize_appfirebase_admin.initialize_app(credential=None, options=None, name='[DEFAULT]') | ||||||||
|---|---|---|---|---|---|---|---|---|
|
Initializes and returns a new App instance. Creates a new App instance using the specified options
and the app name. If an instance already exists by the same
app name a ValueError is raised.
If options are not provided an attempt is made to load the options from the environment.
This is done by looking up the
|


