简体   繁体   English

您如何使用 Firebase 分析来知道哪个用户收到了颤振中的通知

[英]How can you use firebase analytics to know which user recieved notification in flutter

您如何使用 Firebase 分析来知道哪个用户收到了颤振中的通知

Flutter is a way to develop apps for many platform, but the apps end up running on platforms like iOS and Android. Flutter 是一种为许多平台开发应用程序的方法,但这些应用程序最终会在 iOS 和 Android 等平台上运行。 So notifications are delivered with the normal mechanisms for iOS, Android, and Web.因此,通知是通过适用于 iOS、Android 和 Web 的正常机制传送的。

To learn how to troubleshoot message delivery to those platforms, have a look at the Firebase documentation on understanding message delivery , which explains the reports in the Firebase console, the aggregated data you can get via the Firebase API, and the option to get detailed delivery data by connecting to BigQuery.要了解如何对向这些平台的消息传送进行故障排除,请查看有关了解消息传送的 Firebase 文档,其中解释了 Firebase 控制台中的报告、您可以通过 Firebase API 获取的汇总数据以及获取详细传送的选项通过连接到 BigQuery 来获取数据。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何知道在 Flutter 应用程序中使用哪个版本的 Google Firebase 插件? - How to know which version of Google Firebase plugin to use in Flutter app? 如何在 firebase Analytics 中使用默认用户属性 - How to use default user properties with firebase Analytics 如何设置用户属性,以便我可以使用Firebase跟踪分析 - How can you set a user property so that I can track analytics using firebase 如何知道Android中Firebase通知中的哪个主题名称? - How to know which topic name in Firebase Notification in Android? 如何修复应用休眠 1 分钟后未收到通知 Firebase FCM - How to fix notification Firebase FCM not recieved after app sleeping 1 min Flutter/Firebase - 向用户发送通知 - Flutter/Firebase - sending notification to user 如何在flutter web的firebase分析中设置用户属性? - How to set user properties in firebase analytics for flutter web? 如何在 Firebase Analytics 中设置用户 ID 和属性 - Flutter - How to set user Id and propeties in Firebase Analytics - Flutter 我如何知道用户是否已从 firebase 身份验证 Flutter 中删除 - How can i know if a user has been removed from firebase authentication Flutter 当用户在 Flutter 应用程序中单击 Firebase 通知时如何打开链接? - How to open a link when user clicks on Firebase notification in a Flutter App?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM