Skip to content

Firebase Admin Go SDK v3.9.0

Choose a tag to compare

@hiranya911 hiranya911 released this 07 Aug 20:12
· 182 commits to master since this release
79d5dcd

Cloud Messaging

  • Added the SendAll() API for sending multiple notifications as a batch.
  • Added MulticastMessage and SendMulticast() APIs for sending notifications to multiple recipients.
  • Added support for specifying the analytics label for notifications via AndroidFCMOptions, APNSFCMOptions and FCMOptions types. Thanks chemidy for the contribution.