如何更改Firebase Cloud Messaging发送的后台消息的标准文本?

时间:2018-10-09 18:32:24

标签: json firebase push-notification firebase-cloud-messaging service-worker

我在应用程序中实现了Firebase Cloud Messaging。当我发送此JSON POST数据(带有标头时,由于我的服务器密钥是秘密的,因此我不会在此处发布)

{
"notification": {
    "title": "Firebase",
    "body": "Firebase is awesome",
    "click_action": "http://localhost:3000/",
    "icon": "http://url-to-an-icon/icon.png"
},
"to": "[USER TOKEN]"

}

我收到最新的Google Chrome浏览器的通知(当我的应用程序选项卡关闭但Chrome打开时):

“此网站已在后台更新”。如何更改通知文字?

我遵循了本教程:https://medium.freecodecamp.org/how-to-add-push-notifications-to-a-web-app-with-firebase-528a702e13e1

0 个答案:

没有答案