pypi firebase-admin 2.3.0
Firebase Admin Python SDK v2.3.0

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

Firebase Database

  • You can now get the ETag value of a database reference by passing etag=True to the get() method of a db.Reference object.
  • The db.Reference class now has a set_if_unchanged() method, which you can use to write to a database location only when the location has the ETag value you specify.
  • Fixed an issue with the transaction() method that prevented you from updating scalar values in a transaction.

Don't miss a new firebase-admin release

NewReleases is sending notifications on new releases.