Firebase Cloud Messaging
- The
messaging.Aps
type now supports configuring a critical alert sound. A newmessaging.CriticalSound
type has been introduced for this purpose. - Public types in the
messaging
package now support correct JSON unmarshalling.
Firebase Auth
- The
VerifyIDToken()
function now tolerates a clock skew of up to 5 minutes when comparing JWT timestamps.