在托盘中显示通知图片和应用图标,同时使用FCM firebase插件进行通知

时间:2018-05-29 14:23:26

标签: angular typescript firebase ionic3 cordova-plugin-fcm

现在我正在使用离子3和Firebase Cloud Messaging 用于在托盘中显示通知警报(在前台和后台)  我无法在托盘通知中显示应用程序图标和英雄图像。 这是我通过FCM google API

发送的通知对象
{
  "notification":{
    "title":"Notification Title!",
    "body" : "Custom Dummy message comes here",
    "sound":"default",
    "vibrate" : true ,
    "image" : "https://image.png" ,
    "icon" : "icon" ,
    "click_action":"FCM_PLUGIN_ACTIVITY"
  },
  "data" : {
                "id": 5462
            } ,
  "to":"/topics/all"
}

0 个答案:

没有答案