I have implemented Firebase plugin with ionic 3 app. It is working fine. Could you tell me how can I use Crashlytics with this plugin? According to the doc it seems for the native apps. So how can we do it with Ionic 3?
Firebase plugin : https://ionicframework.com/docs/native/firebase/
Crashlytics : https://firebase.google.com/docs/crashlytics/get-started
There is a plugin cordova-fabric-plugin which we can use with ionic apps. But it seems we don’t need it anymore since this note on the native apps doc: Any guidance please?
cordova-fabric-plugin: https://www.npmjs.com/package/cordova-fabric-plugin?activeTab=readme
Note: If you’re upgrading from Fabric Crashlytics, remove the Fabric API key from your AndroidManifest.xml. Delete the key’s meta-data tag, which should have io.fabric.ApiKey and the API key.