Skip to content

Firebase Admin Python SDK v2.18.0

Compare
Choose a tag to compare
@hiranya911 hiranya911 released this 21 Aug 17:44
· 179 commits to master since this release
150a855

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 name WebpushFCMOptions 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 in host:port format.