You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the messaging().send() method continues to utilise the old API even though it has been deprecated since 2023 and removed since June 2024 as per this documentation
Steps to reproduce:
Calls/Usage of the above method results in a TOPIC_MESSAGE_RATE_EXCEEDED error.
Describe your environment
Describe the problem
the
messaging().send()
method continues to utilise the old API even though it has been deprecated since 2023 and removed since June 2024 as per this documentationSteps to reproduce:
Calls/Usage of the above method results in a
TOPIC_MESSAGE_RATE_EXCEEDED
error.Relevant Code:
in this very repository we can find the following code:
According to the latest documentation, the API to be used should be https://fcm.googleapis.com/v1/projects/{PROJECT_ID}/messages:send
The text was updated successfully, but these errors were encountered: