firebase / firebase-admin-go

Firebase Admin Go SDK
Apache License 2.0
1.12k stars 239 forks source link

feat(fcm): `SendEach` and `SendEachForMulticast` for FCM batch send #552

Closed Doris-Ge closed 1 year ago

Doris-Ge commented 1 year ago

RELEASE NOTE: sendAll() and sendMulticast() APIs are now deprecated. Use sendEach() and sendEachForMulticast() APIs instead.

lahirumaramba commented 1 year ago

Thank you @Doris-Ge. Please get the reference docs reviewed by @egilmorez before we merge this.