Firebase notification_receive 未显示在 Firebase 分析中的事件中
Posted
技术标签:
【中文标题】Firebase notification_receive 未显示在 Firebase 分析中的事件中【英文标题】:Firebase notification_receive not showing up in events in Firebase analytics 【发布时间】:2017-08-03 03:34:01 【问题描述】:我们最近开始使用 FCM 作为我们的通知服务,我们正在使用批处理通过 FCM 向 android 和 ios 发送通知。问题是notification_recieve 事件未显示在android 应用程序的firebase 分析事件选项卡的事件选项卡中。根据文档,此事件应为 android 应用程序自动记录。
【问题讨论】:
【参考方案1】:documentation for the notification events 都包含短语“当由 Firebase 通知发送时”。
例如:notification_receive -- 当应用处于后台时设备接收到 Firebase Notifications 发送的通知时
我的测试表明“由 Firebase 通知发送”是指“从 Firebase 控制台的通知面板发送”。通过将数据发布到https://fcm.googleapis.com/fcm/send
创建通知时不会生成事件。
【讨论】:
以上是关于Firebase notification_receive 未显示在 Firebase 分析中的事件中的主要内容,如果未能解决你的问题,请参考以下文章
无法从“firebase.js”解析模块“firebase”:在项目中找不到 Firebase
VueJS + Firebase 使用 Firebase 绑定
无法解决:com.google.firebase:firebase-ml-vision:24.1.3;无法解决:com.google.firebase:firebase-core:20.0.2
没有创建 Firebase 应用“[DEFAULT]” - 在 Flutter 和 Firebase 中调用 Firebase.initializeApp()
如何修复 Firebase 9.0 导入错误? “尝试导入错误:‘firebase/app’不包含默认导出(导入为‘firebase’)。”