Open GaneshP25 opened 4 years ago
Native: tried calling FirebaseCrashlytics.crash, but the FirebaseCrashlytics plugin is not installed.
Try this:
FirebaseCrashlytics.initialise().crash()
same problem
Try this:
FirebaseCrashlytics.initialise().crash()
@ReallySmallSoftware I have the same problem, by using this line it returns every time I build Property 'initialise' does not exist on type 'typeof FirebaseCrashlytics'
(or with other proto).
@ReallySmallSoftware I have the problem for Native: tried calling FirebaseCrashlytics.crash, but the FirebaseCrashlytics plugin is not installed. didn't a proper solution for integrating firebase crashlytics with angular/vue ionic why it's recurring that issue I don't know does anyone know about this how to integrate it?
Native: tried calling FirebaseCrashlytics.crash, but the FirebaseCrashlytics plugin is not installed.
I had the same problem, I tried to do this and the app now crashes as expected
const crashlytics = this.firebaseCrashlytics.initialise();
crashlytics.crash();
The problem I have on the other hand is that the data is not received by crashlytics I don't know why
Expected Behavior
Actual Behavior
Steps to Reproduce the Problem
Specifications