Releases: firebase/firebase-admin-python
Releases · firebase/firebase-admin-python
Release list
Firebase Admin Python SDK v2.0.0
- SDK has been migrated from
oauth2clientto the new and improvedgoogle-authlibrary. - SDK now supports verifying ID tokens when initialized with application default credentials.
Firebase Admin Python SDK v1.0.0
Initial release of the Admin Python SDK. See Add the Firebase Admin SDK to your Server to get started.
Initialization
- Implemented the
firebase_adminmodule, which provides theinitialize_app()function for initializing the SDK with a credential. - Implemented the
firebase_admin.credentialsmodule, which contains constructors forCertificate,ApplicationDefaultandRefreshTokencredential types.
Authentication
- Implemented the
firebase_admin.authmodule, which providescreate_custom_token()andverify_id_token()functions for minting custom authentication tokens and verifying Firebase ID tokens.