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.

Postman results, the message_id is empty:
{
"multicast_id": 9215195938054196561,
"success": 1,
"failure": 0,
"canonical_ids": 0,
"results": [
{
"message_id": ""
}
]
}
Chrome results message.

CHROME TOKEN IID INFO

EDGE TOKEN IID INFO

Tks!