Crashlytics

Firebase Crashlytics is a crash-reporting tool that helps you catch errors. It enables you to troubleshoot the issue by logging the details, such as the exact line number that caused the error, device name, OS version, and time when the crash happened.

To enable Firebase Crashlytics, navigate to Settings and Integrations > Integrations > Firebase Crashlytics and Enable Firebase Crashlytics.

Firebase Crashlytics only supports catching errors on mobile platforms (Android and iOS).

You can see all the logged errors/crashes inside the Crashlytics dashboard of your Firebase console. There, you'll see the list of crashes (with the page name and line number that caused the issue), and you can filter it by their state, signal, device type, and OS.

  • Click on the issue name to see its details.

  • To test the crash on your app, download the app, add a code that throws an error, and run it on a mobile device or emulator with an active internet connection.

Last updated