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