I am using firebase crashlytics. I am causing a crash by doing
firebase.crashlytics().crash()
and I am not seeing the crash report on the fireb
In iOS you need to unlink the app from Xcode so that it doesn't freeze when a crash occurs.
For more details on this, see here in the Firebase documentation.