edganiukov / fcm

Golang client library for Firebase Cloud Messaging.
MIT License
24 stars 10 forks source link

How to send list of tokens to fcm #14

Open lucaspereirasouzat opened 4 years ago

lucaspereirasouzat commented 4 years ago

Don't have any documentation to register many tokens like as type MulticastMessage struct { Tokens []string Data map[string]string Notification Notification Android AndroidConfig Webpush WebpushConfig APNS APNSConfig }

in messaging in firebase