ReallySmallSoftware / cordova-plugin-firebase-crashlytics

Google Firebase Crashlytics Cordova plugin
Other
32 stars 80 forks source link

After Installing plugin not available #39

Open GaneshP25 opened 3 years ago

GaneshP25 commented 3 years ago

Expected Behavior

Actual Behavior

Steps to Reproduce the Problem

Specifications

GaneshP25 commented 3 years ago

Native: tried calling FirebaseCrashlytics.crash, but the FirebaseCrashlytics plugin is not installed.

ReallySmallSoftware commented 3 years ago

Try this:

FirebaseCrashlytics.initialise().crash()

maykon-oliveira commented 3 years ago

same problem

Ethan-Rivas commented 3 years ago

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).

ramusarithak commented 1 year ago

@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?

alucchini commented 1 year ago

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