Skip to content
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. #158

Open
j-nishime opened this issue Feb 13, 2022 · 0 comments

Comments

@j-nishime
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant