Skip to content

Releases: firebase/firebase-admin-python

Firebase Admin Python SDK v2.1.0

28 Jun 18:31
Compare
Choose a tag to compare
  • A new database API that facilitates basic data manipulation operations (create, read, update and delete), and advanced queries. Currently, this API does not support realtime event listeners.

Firebase Admin Python SDK v2.0.0

17 May 20:02
Compare
Choose a tag to compare
  • SDK has been migrated from oauth2client to the new and improved google-auth library.
  • SDK now supports verifying ID tokens when initialized with application default credentials.

Firebase Admin Python SDK v1.0.0

04 Apr 23:04
Compare
Choose a tag to compare

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 the initialize_app() function for initializing the SDK with a credential.
  • Implemented the firebase_admin.credentials module, which contains constructors for Certificate, ApplicationDefault and RefreshToken credential types.

Authentication

  • Implemented the firebase_admin.auth module, which provides create_custom_token() and verify_id_token() functions for minting custom authentication tokens and verifying Firebase ID tokens.