现在我正在使用离子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"
}