Firebase Analytics events from iOS not showing up

后端 未结 10 1919
半阙折子戏
半阙折子戏 2020-12-15 03:39

I am testing the new Google-powered Firebase, and have implemented remote notifications and crash reporting. I am, however, having massive problems with getting Analytics to

10条回答
  •  感情败类
    2020-12-15 04:03

    first_open, session_start are listed by Firebase as Automatically collected events.

    I can not help you with the extreme upload task delay you encounter on your custom events.. but Firebase Analytics is less than a week old and it may be just a bug on their side.

    I found this StackOverflow question which mention the same debug lines but related to Google App Measurement or old Google Mobile Analytics SDK.

    Also, be aware that Firebase Console won't show events in real-time (source):

    You can view aggregrated statistics about your events in the Firebase console dashboards. These dashboards update periodically throughout the day. For immediate testing, use the logcat output as described in the previous section.

提交回复
热议问题