首页 > 解决方案 > Flutter 在哪里放置 Google FCM 通知的声音和图像图标

问题描述

我可以使用 FCM 向设备发送推送通知,但我不确定将声音或图像文件放在哪里

{
    "to" : "bk3RNwTe3H0:CI2k_HHwgIpoDKCI...",

    "notification" : {
      "body" : "great match!",
      "title" : "Portugal vs. Denmark",
      "icon" : "myicon",
      "sound" : "mySound"
    }
  }

标签: androidpush-notificationdartflutterfirebase-cloud-messaging

解决方案


推荐阅读