Skip to content

Firebase Admin Python SDK v2.9.1

Compare
Choose a tag to compare
@avishalom avishalom released this 15 Mar 20:34
· 229 commits to master since this release
7e0d47e

Cloud Messaging

  • [changed] Improved error handling in FCM by mapping more server-side
    errors to client-side error codes. See documentation.
  • [changed] The messaging module now supports specifying an HTTP timeout
    for all egress requests. Pass the httpTimeout option
    to firebase_admin.initialize_app() before invoking any functions in
    messaging.