pypi firebase-admin 2.8.0
Firebase Admin Python SDK v2.8.0

latest releases: 6.5.0, 6.4.0, 6.3.0...
6 years ago

Initialization

  • The initialize_app() method can now be invoked without any arguments. This will initialize an app using Google Application Default Credentials, and other options loaded from the FIREBASE_CONFIG environment variable.

Database

  • The db.Reference.get() method now accepts an optional shallow argument. If set to True this will cause the SDK to execute a shallow read, which does not retrieve the child node values of the current reference.

Don't miss a new firebase-admin release

NewReleases is sending notifications on new releases.