I am trying to switch from Firebase Crash reporting to Firebase Crashlytics.
I have followed the guide here: https://firebase.google.com/docs/crashlytics/upgrade-from-cr
You need to link your project to Fabric. Ignore it if you already did it. Else follow these steps
It will navigate to Fabric and follow the instructions (create an account or sign in if you already have an account). After successfully logged in to the Fabric, Next you have to link your project to Fabric for that you can use the Fabric plugin.
After installing the plugin you can open it by clicking either of the below options shown below.
And follow instructions to create the Fabric project.After that from the firebase console -> Crashlytics -> link your firebase project to Fabric project.
That's all...