2

I have used Fabric before 2 years.Now I need to migrate to firebase. Here what is the good way to proceed? Shall I remove all fabric related integrations and add firebase as new integration.

Or

Shall I need to add the firebase with the existing fabric account?

Any best practices?

3

2 Answers 2

1

Firebaser here -

If you missed the migration window to move from Fabric to Firebase, the best way forward is to set up a new Firebase project, add your desired apps to your Firebase project, and then follow the Crashlytics onboarding instructions to get Firebase Crashlytics working. The Firebase Crashlytics SDK is now the main supported Crashlytics SDK, and the old Fabric SDK will no longer report crashes past November 15th, as Misha noted.

Once you've been able to verify that a test crash has come through to your dashboard, you should be all set to include it in a live version that goes out to your users.

0

In Fabric you easily migrate your existing projects to Firebase account. Migration is just a click of a button in Fabrics web page.

Next thing is integration of SDK into project.

You can leave old Fabric SDK for now. It will continue reporting your app's crashes until November 15, 2020.

But after November 15 you will need to remove Fabrics sdk and install Firebase.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

Not the answer you're looking for? Browse other questions tagged or ask your own question.