arnesson / cordova-plugin-firebase

Cordova plugin for Google Firebase
http://arnesson.github.io/cordova-plugin-firebase
MIT License
1k stars 1.55k forks source link

Crashlytics found an invalid API key: null. #1113

Open edisonwerle opened 4 years ago

edisonwerle commented 4 years ago

Hello! I needed to change 'com.google.gms: google-services: 4.1.0' for 'com.google.gms: google-services: 4.2.0' in file bulid.gradle to work, was giving the error: Crashlytics found an invalid API key: null. Check the Crashlytics plugin to make sure that the application has been added successfully!

freefiona85 commented 4 years ago

@EdisonWerle use 4.3.2 for now, because firebase only works with those, most likely. You can check my fork too (https://github.com/freefiona85/cordova-plugin-firebase) - i focused on making the plugin works on Phonegap Build, also, I suggest to apply the Crashlytics plugin on the bottom of build.gradle. I hope this helps.