Process Flow - Crash reporting
App runs on device
Crash occurs?
No→App continues
Yes
Crash detected by SDK
Crash data collected
Crash report sent to Firebase
Crash appears in Firebase Console
Developer reviews and fixes crash
The app runs and if a crash happens, the Firebase SDK detects it, collects data, sends it to Firebase, and the developer can then see and fix it.