Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.
This repository was 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

Description

@j-nishime

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions