Skip to content

FCM - Without results message_id when sending to EDGE, on Chrome works fine #2517

@mcostabr

Description

@mcostabr

I get the sample code here, tested it on Chrome it worked fine, on MS EDGE don't get the message.

Is there any incompatibility?
The EDGE version is 18, theoretically supposed to work.
Microsoft Edge 44.18362.449.0 / Microsoft EdgeHTML 18.18362
https://firebase.google.com/support/guides/environments_js-sdk

Printscreen test on Chrome, EDGE and postman results.

TEST1

Postman results, the message_id is empty:

{
    "multicast_id": 9215195938054196561,
    "success": 1,
    "failure": 0,
    "canonical_ids": 0,
    "results": [
        {
            "message_id": ""
        }
    ]
}

Chrome results message.
image

CHROME TOKEN IID INFO
image

EDGE TOKEN IID INFO
image

Tks!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions