Skip to content

Firebase Admin Go SDK v2.7.0

Compare
Choose a tag to compare
@hiranya911 hiranya911 released this 17 Apr 20:37
· 261 commits to master since this release
7f0a0da
  • 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.