Skip to content

Firebase Admin Python SDK v2.4.0

Choose a tag to compare

@hiranya911 hiranya911 released this 21 Sep 21:09
· 308 commits to master since this release
  • The db.Reference class now has a get_if_changed() method, which retrieves a database value only if the value has changed since last read.
  • The options dictionary passed to initialize_app() function can now contain an httpTimeout option, which sets the timeout (in seconds) for outbound HTTP connections started by the SDK.