0
我正在使用Google Firebase雲消息傳遞(FCM)。 FCM將通知圖標作爲應用程序圖標發送。我想從URL發送動態圖標,但它不起作用。可以發送動態通知圖標嗎?Firebase雲消息傳遞的動態通知圖標
{
"notification":{
"title":"App Title",
"body":"descriptions",
"icon":"http://example.com/abc.png",
"click_action":"FCM_PLUGIN_ACTIVITY"
},
"data":{
"state":"contact",
"param2":"value2"
},
"to":"/topics/all",
"priority":"high"
}
我知道,但沒有辦法從URL發送動態通知圖標? –
你總是可以使用數據消息編寫自己的邏輯 –