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

FirebaseCrashlytics plugin not been recognized by cordova ionic #23

Closed
eldelaguila77 opened this issue May 7, 2019 · 4 comments
Closed

Comments

@eldelaguila77
Copy link

Expected Behavior

Firebase crashlytics plugin need be recognized by cordova

Actual Behavior

FirebaseCrashlytics plugin not been recognized by cordova

I am trying to use firebase crashlytics in ionic 4, but when i build my app this message is shown in the developer console in chrome, and firebase crashlytics is not working, I have already configurated the build.gradle and imported the google-service.json file.

image

The app builds successfully but firebase crashlytics plugin is not recognized by cordova

the console shows :

Install the FirebaseCrashlytics plugin: ‘ionic cordova plugin add cordova-plugin-firebase-crashlytics’

Steps to Reproduce the Problem

I installed:

ionic cordova plugin add cordova-plugin-firebase-crashlytics
npm install @ionic-native/firebase-crashlytics

after, I imported the google-service.json file and configured the build.gradle, and build the app, but the developer console in chrome shows: Install the FirebaseCrashlytics plugin: ‘ionic cordova plugin add cordova-plugin-firebase-crashlytics’

Specifications

  • Plugin version: 0.0.6
  • Framework: IONIC CORDOVA
  • Framework version: "@ionic-native/core": "^5.0.0",
    "@ionic-native/firebase-crashlytics": "^5.5.1",
    "@angular/core": "^7.2.2",
    "cordova-plugin-firebase-crashlytics": {
    "ANDROID_FIREBASE_CORE_VERSION": "16.0.0",
    "ANDROID_FIREBASE_VERSION": "11.8.0"
    }
  • Operating system: Ubuntu
@markamccorkle
Copy link

Good luck. lol. Nobody seems to respond and I still haven't found a working solution. I do wish ionic would remove plugins like this from their native list until someone verifies they actually work.

One thing to try which got me further but didn't fix the plugin was to install cordova-support-google-services. This at least gets the plugin to say it's working but it just crashes when you actually try to use it. Both iOS and Android are not working for me with ionic 4.

#21

@piotr-cz
Copy link
Contributor

piotr-cz commented May 10, 2019

This is somehow related to ionic and how it handles cordova plugins
I'd suggest to inspect where the message is coming from and debug ionic

@markamccorkle
Copy link

The ionic Native plugin has been updated and now installs but I still can't actually get the plugin to work. I still get the following when the app starts up.
Install the FirebaseCrashlytics plugin: 'ionic cordova plugin add cordova-plugin-firebase-crashlytics'

@ReallySmallSoftware
Copy link
Owner

Apologies for not responding. Ionic is not something I have the time to support. I'm sorry this has caused you problems.

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

4 participants