feat(fcm): Add sendEach
and sendEachForMulticast
for FCM batch send
#2138
Thanks Eric for reviewing the PR! @lahirumaramba I tried to push the fix to the fcm-batch-send branch but it got rejected because "Protected branch update failed for refs/heads/fcm-batch-send". Should I create another PR from dorisge/fcm-batch-send for the fix and merge it to fcm-batch-send? |
This was referenced Aug 20, 2024
This was referenced Aug 28, 2024
This was referenced Sep 4, 2024
This was referenced Sep 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sendAll()
andsendMulticast()
APIs.sendEach()
andsendEachForMulticast()
APIs.RELEASE NOTE:
sendAll()
andsendMulticast()
APIs are now deprecated. Please usesendEach()
andsendEachForMulticast()
APIs instead.