Firebase Admin Go SDK v3.9.0
Cloud Messaging
- Added the
SendAll()API for sending multiple notifications as a batch. - Added
MulticastMessageandSendMulticast()APIs for sending notifications to multiple recipients. - Added support for specifying the analytics label for notifications via
AndroidFCMOptions,APNSFCMOptionsandFCMOptionstypes. Thanks chemidy for the contribution.