【发布时间】:2018-07-23 17:03:10
【问题描述】:
我使用react-native-fcm presentLocalNotification() 函数在手机上显示推送通知。
我还想在 Firebase 中跟踪 notification_dismiss、notification_foreground、notification_open 和 notification_receive 事件。
文档中写道,这些事件是自动收集的https://support.google.com/firebase/answer/6317485?hl=en。但是我在 Analytics 中的事件中看不到它们(通过我看到自动的 first_open、app_remove 事件)。
您能否建议如何在 Firebase 中查看/跟踪这些通知事件?
【问题讨论】:
标签: firebase react-native push-notification