Firebase Admin Python SDK v2.9.1
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 thehttpTimeout
option
tofirebase_admin.initialize_app()
before invoking any functions in
messaging
.