You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
The auth and messaging packages now provide a set of new functions for checking various error conditions (e.g. auth.IsIDTokenRevoked(), messaging.IsInvalidArgument() etc).
Cloud Messaging
Added the MutableContent 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 Aps type.
Improved error handling in the messaging API. The returned errors now contain additional details.