Skip to content

Firebase Admin Python SDK v2.13.0

Compare
Choose a tag to compare
@hiranya911 hiranya911 released this 21 Aug 21:13
· 225 commits to master since this release
abd3980

Database

  • The db.Reference type now provides a listen() API for receiving realtime update events from the Firebase Database. Thanks the-c0d3r and rizasif for the contributions.
  • The db.reference() method now optionally takes a URL parameter. This can be used to access multiple Firebase Realtime Database instances in the same project more easily.

Cloud Messaging