firebase - 如何查看 Firebase 通知发送报告?

标签 firebase push-notification firebase-cloud-messaging

我们使用 Firebase 向 Android 和 iOS 设备发送推送通知。我们使用 Http(不是 XMPP)。 如何获取推送通知的送达报告?我们想要检查推送是否已发送到设备(Android 和 iOS)。 我在 Firebase 控制台中看不到任何统计信息或报告。

请帮忙。

最佳答案

Possible Duplicate Post中所示我链接到,除了 Firebase 控制台中可以看到的内容(如果您使用控制台发送消息)以及使用 Diagnostics/Statistics tool 之外,目前没有可用的 FCM 报告。在您的 Play 开发控制台中。

目前还没有 API 可以检索这些 FCM 日志详细信息。不过,Firebase 通知控制台最近进行了一项改进,其中使用 FCM API 发送的消息的统计信息(目前仅发送计数)包含在 Firebase 通知控制台统计信息中。来 self 在similar post中的回答:

As of August 2018, stats for messages sent using the FCM API are now visible from the console. From the Cloud Messaging section, click on the Reports tab. From there, you will be able to filter by message type (notification, data, and all)

enter image description here

It would seem that the Impressions and Opens are still only available for messages sent using the console. But Sends for sure now counts the messages sent using the FCM API.

Reference: https://firebase.googleblog.com/2018/08/in-app-messaging-crashlytics.html

关于firebase - 如何查看 Firebase 通知发送报告?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42711057/

相关文章:

android - flutter) 使用 firebase 时出现问题

php - Icenium/phonegap ios 推送通知和 php 处理

ios - 通过 PHP 推送通知?

node.js - 如何使用nodejs发送firebase通知?

android - 是否可以在 Android 中将 Firebase Messaging 与 Google Analytics 结合使用?

javascript - 上传图片到火力地堡

ios - 如何从一个 Xcode 项目访问多个 Firebase 数据库

javascript - 刷新后,firebase Auth当前用户返回null

push-notification - 如何防止用户在使用HUAWEI Push Kit的消息接收函数API时恶意调用该函数?

Android - firebase 云消息传递,一个 firebase 项目中的两个应用程序