Search code examples
firebaseanalyticscrashlyticsfirebase-analytics

Can Firebase Crashlytics show events from Analytics?


I set up Firebase Analytics and Firebase Crashlytics for my project.

Can I view Analytics events and user properties in Firebase Crashlytics reports (including automatically collected events)?

Should I log events for Analytics and Crashlytics independently?

Should I set user properties for Analytics and customs keys for Crashlytics independently?

It looks like duplication.


Solution

  • EDIT: Crashlytics is now able to show Analytics events.

    ORIGINAL ANSWER: Firebase Crash Reporting and Firebase Crashlytics are fully independent products, so you will have to deal with them separately.

    Crashlytics currently is not able to show Analytics events in crash reports. That is something the team would like to add in the future.