Firebase Admin Python SDK v2.13.0
Database
- The
db.Reference
type now provides alisten()
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
- The
messaging.WebpushNotification
type now supports additional parameters.