Does anyone know what the proper way to implement Crash report
using Firebase
in Android
application?
I have read Firebase crashlytics
doc in that mention implement Fabric.io
. Fabric.io
is deprecate and in there document mention removed fabric.io
dependency.
Firebase
https://firebase.google.com/docs/crashlytics/get-started?platform=android
Fabric.io reference
https://docs.fabric.io/android/examples/sampleapp/index.html
Without fabric.io
dependency I am getting below error
java.lang.RuntimeException: Unable to get provider com.crashlytics.android.CrashlyticsInitProvider: io.fabric.sdk.android.services.concurrency.UnmetDependencyException: The Crashlytics build ID is missing. This occurs when Crashlytics tooling is absent from your app's build configuration. Please review Crashlytics onboarding instructions and ensure you have a valid Crashlytics account.`
Note: Please compare the steps in both reference, I have go through all the links but didn't find the proper way that's why I am asking here.
I am sure no 1 go through the links, that's why getting down vote great. I have attached the Firebase and Fabric.io document steps screen