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
Hey there! I'm new to FCM, but I was curious are these the two responses we should be using to remove tokens when they're invalid?
Make sure to detect invalid token responses from FCM and respond by deleting from your system any registration tokens that are known to be invalid. With the HTTP v1 API, these error messages may indicate that your send request targeted stale or invalid tokens:
Hey there! I'm new to FCM, but I was curious are these the two responses we should be using to remove tokens when they're invalid?
https://firebase.google.com/docs/cloud-messaging/manage-tokens#detect-invalid-token-responses-from-the-fcm-backend
If that's correct, I'd be happy to add an example to the readme for anyone else new to this. 👍
The text was updated successfully, but these errors were encountered: