Cloud Messaging
- [Feature] Added support for specifying the analytics label for notifications. Thanks willawang8908 for the contribution.
- [Feature] Added support for arbitrary key-value pairs in
messaging.ApsAlert
. Thanks viktorasl for the contribution. - [Fixed] The
WebpushFcmOptions
type is now deprecated. Developers should use the PEP8 compliant type nameWebpushFCMOptions
instead.
Realtime Database
- [Feature] Developers can now test their {{database}} API calls by directing the SDK traffic to the RTDB emulator. Set the
FIREBASE_DATABASE_EMULATOR_HOST
environment variable to specify the emulator endpoint inhost:port
format.