Skip to content

Firebase Admin Go SDK v3.6.0

Compare
Choose a tag to compare
@hiranya911 hiranya911 released this 16 Jan 23:07
· 179 commits to master since this release
f1dcecc

Firebase Cloud Messaging

  • The messaging.Aps type now supports configuring a critical alert sound. A new messaging.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.