Firebase Admin Python SDK v2.17.0
Firebase Cloud Messaging
- A new
messaging.send_multicast()API for sending a message to a list of device registration tokens. Thanks ZachOrr for the contribution. - A new
messaging.send_all()API for sending a list of messages as a single batch.
Firebase Auth
- A new
auth.DELETE_ATTRIBUTEconstant that can be used with theupdate_user()API to remove certain attributes from user accounts. This is now the preferred way to delete attributes likedisplay_name,photo_urlandcustom_claims.