gpt4 book ai didi

javascript - 如何通过网络使用 firebase 云消息传递

转载 作者:行者123 更新时间:2023-11-30 15:15:24 25 4
gpt4 key购买 nike

我是 firebase 的新手,想通过 firebase 云消息传递在浏览器上显示通知,但问题是我不知道在哪里编写这段代码::

POST /fcm/send HTTP/1.1
Host: fcm.googleapis.com
Content-Type: application/json
Authorization: key=YOUR_SERVER_KEY

{
"notification": {
"title": "New chat message!",
"body": "There is a new message in FriendlyChat",
"icon": "/images/profile_placeholder.png",
"click_action": "http://localhost:5000"
},
"to":"YOUR_DEVICE_TOKEN"
}

请告诉我我必须在哪个文件中编写这段代码。

我们将不胜感激。

最佳答案

这是一个示例负载(参见参数 here )。您从自己的应用服务器生成请求,或者在开发期间您可以简单地发送下游消息 using PostmancURL .

还有使用 Firebase Notifications Console 的选项.

关于javascript - 如何通过网络使用 firebase 云消息传递,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44545315/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com