-
Notifications
You must be signed in to change notification settings - Fork 80
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
Comments
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 |
This is somehow related to ionic and how it handles cordova plugins |
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. |
Apologies for not responding. Ionic is not something I have the time to support. I'm sorry this has caused you problems. |
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.
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
"@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"
}
The text was updated successfully, but these errors were encountered: