Migrate Fabric's Crashlystic data to Firebase
Asked Answered
G

1

3

As the title, I need to migrate all existing data from Fabric's Crashlytics to Firebase.

The problem here is after migrating, If I remove fabric key in AndroidManifest, My app can't push the crash report to firebase's Crashlytics anymore. But when I create Firebase's Crashlytics from the beginning (without Fabric migrate) They recommend me to remove existing Fabric key to make it work.

Is it ok?

Gebler answered 9/4, 2018 at 3:28 Comment(0)
W
3

Mike from Fabric here. Yes, now is a good time to start linking and migrating to Firebase.

Walz answered 9/4, 2018 at 14:2 Comment(7)
Can you explain more detail? So how can I have that kind of data without app linking?Gebler
If you're currently using Crashlytics via Fabric, then data will flow there. If you're using Firebase Crashlytics, then data would show up there.Walz
Oh got it. At this moment, I'm linking Fabric with Firebase, and the data shows up in both place. What happens if one day Fabric shut down its Crashlytics service, will my crash report continues to show up on Firebase with current configuration?Gebler
Gotcha, if you're doing a combined setup, then you would see data in both places. Given your current configuration it sounds like you would be all set.Walz
I have also done the linking but now I want to turn off Fabric, and removing the meta-data from the Manifest doesn't do the thing. How can I get the reports only on Fabric?Tenderfoot
After migration completed application stop sending the crash report to fabric and firebase crashlytics dashboardEmblematize
Contact the support folks if you have issues post-migration as they can dig deeper into this.Walz

© 2022 - 2024 — McMap. All rights reserved.