Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After Installing plugin not available #39

Open
GaneshP25 opened this issue Jul 27, 2020 · 6 comments
Open

After Installing plugin not available #39

GaneshP25 opened this issue Jul 27, 2020 · 6 comments

Comments

@GaneshP25
Copy link

GaneshP25 commented Jul 27, 2020

Expected Behavior

Actual Behavior

Steps to Reproduce the Problem

Specifications

  • Plugin version:1.0.0
  • Framework:Ionic
  • Framework version:5.0
  • Operating system:windows
@GaneshP25
Copy link
Author

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

@ReallySmallSoftware
Copy link
Owner

Try this:

FirebaseCrashlytics.initialise().crash()

@maykon-oliveira
Copy link

same problem

@Ethan-Rivas
Copy link

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
Copy link

@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
Copy link

alucchini commented Sep 14, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants