Initial release of the Admin Python SDK. See Add the Firebase Admin SDK to your Server to get started.
Initialization
- Implemented the
firebase_admin
module, which provides theinitialize_app()
function for initializing the SDK with a credential. - Implemented the
firebase_admin.credentials
module, which contains constructors forCertificate
,ApplicationDefault
andRefreshToken
credential types.
Authentication
- Implemented the
firebase_admin.auth
module, which providescreate_custom_token()
andverify_id_token()
functions for minting custom authentication tokens and verifying Firebase ID tokens.