Skip to content

Firebase Admin Python SDK v2.8.0

Compare
Choose a tag to compare
@avishalom avishalom released this 11 Jan 22:19
· 245 commits to master since this release
c05ee5d

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.