pypi firebase-admin 2.10.0
Firebase Admin Python SDK v2.10.0

latest releases: 6.5.0, 6.4.0, 6.3.0...
6 years ago

Authentication

  • A new create_session_cookie() method for creating a session cookie from a Firebase ID token.
  • A new verify_session_cookie() method for validating a given session cookie string.
  • The auth module now caches the public key certificates used to verify ID tokens and session cookies, thus avoiding a network call everytime a credential needs to be verified.

Cloud Messaging

  • Added the mutable_content optional field to the messaging.Aps type. This can be used to set the mutable-content property when sending FCM messages to APNs targets.
  • Added support for specifying arbitrary key-value fields in the messaging.Aps type.

Don't miss a new firebase-admin release

NewReleases is sending notifications on new releases.