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
{{ message }}
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.
No error log is output when sending Android push notifications with invalid tokens.
Cause
When the FCM API receives an invalid token, it writes an error statement in the response body and returns it with status 200.
However, Gaurun does not support that specification.
It used to support the specification, but it was deleted by the following commit.
I think it can be solved by referring to this commit and and restoring the deleted implementation.
Problem
No error log is output when sending Android push notifications with invalid tokens.
Cause
When the FCM API receives an invalid token, it writes an error statement in the response body and returns it with status 200.
However, Gaurun does not support that specification.
Reference
https://firebase.google.com/docs/cloud-messaging/http-server-ref#error-codes
Suggestion
It used to support the specification, but it was deleted by the following commit.
I think it can be solved by referring to this commit and and restoring the deleted implementation.
1704b25
The text was updated successfully, but these errors were encountered: