Firebase Admin Python SDK v2.4.0
- The
db.Referenceclass now has aget_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 anhttpTimeoutoption, which sets the timeout (in seconds) for outbound HTTP connections started by the SDK.