Google chrome Google Firebase云消息与Microsoft EDGE不兼容?

Google chrome Google Firebase云消息与Microsoft EDGE不兼容?,google-chrome,google-cloud-platform,google-cloud-messaging,postman,microsoft-edge,Google Chrome,Google Cloud Platform,Google Cloud Messaging,Postman,Microsoft Edge,我在git上获得了FCM示例代码: 在Chrome上测试,效果很好,在MS EDGE上没有收到信息 有什么不兼容的地方吗 在Chrome、EDGE和postman结果上进行打印屏幕测试 邮递员结果,消息_id为空: { "multicast_id": 9215195938054196561, "success": 1, "failure": 0, "canonical_ids": 0, "results": [ {

我在git上获得了FCM示例代码:

在Chrome上测试,效果很好,在MS EDGE上没有收到信息

有什么不兼容的地方吗

在Chrome、EDGE和postman结果上进行打印屏幕测试

邮递员结果,消息_id为空:

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

您正在使用哪个版本的MS Edge测试此问题?根据文件。Edge 17支持云消息传递。因此,如果您使用的是任何旧版本,那么我建议您使用最新版本的MS Edge browser进行测试。参考:版本是18,理论上应该可以工作,我没有改变示例代码中的任何内容。我在他们的git上打开了一个bug任务。Microsoft Edge 44.18362.449.0/Microsoft EdgeHTML 18.18362 Tks!感谢您让我们了解此问题的状态。