为Web和Android指定通用Firebase FCM图标

时间:2017-12-26 23:58:42

标签: javascript android firebase firebase-cloud-messaging

我在尝试为Web和Android实施FCM时遇到了麻烦。 在网络上,我为我的通知图标指定了一个网址,如:

"notification": {
    "title": "New Notification!",
    "body": "omg so important",
    "icon": "images/notification_icon.png",
    "click_action": "https://mydomain/someurl"
}

但是,如果这会在Android上破坏吗?这需要像

这样的东西
"icon": "ic_launcher"

另外,我猜的点击动作也不同了?

这是否意味着我们需要为web和android发送单独的通知? 感谢

0 个答案:

没有答案