Skip to content

Firebase Admin Python SDK v2.3.0

Choose a tag to compare

@hiranya911 hiranya911 released this 30 Aug 17:39
· 313 commits to master since this release

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.