Fabric crashlytics to Firebase migration

Viewed 1704

I have an app that was using fabric crashlytics. New version of this app will be using firebase service for crash logging, but I would like to have some visibility of current users (that are still on fabric sdk).

According to https://firebase.google.com/docs/crashlytics/get-started?platform=android :

The Fabric SDK is now deprecated and will continue reporting your app's crashes until November 15, 2020.

Where can I find these reports? I can't sign in to fabric dashboard anymore and they are not showing in firebase console.

1 Answers

firebaser here

Since the Fabric dashboard has been shut down, the crash reports from apps using the legacy SDKs are only visible in the Firebase console.

If you are having a hard time getting this to work, reach out to Firebase support for personalized help in troubleshooting.

Related