Closed SathishkumarG3 closed 1 month ago
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
SendAllAsync()
and SendMulticastAsync()
APIs were deprecated in v2.4.0
. Use SendEachAsync()
and SendEachForMulticastAsync()
APIs instead.
See release notes.
[READ] Step 1: Are you in the right place?
[REQUIRED] Step 2: Describe your environment
[REQUIRED] Step 3: Describe the problem
Steps to reproduce:
MulticastMessage
and attempts to send it usingSendMulticastAsync
.Relevant Code:
What happened:
We received the error mentioned above when trying to send FCM notifications.
Expected behavior:
The FCM messages should be successfully sent to the specified device tokens.