You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.