简体   繁体   中英

Android Fabric to Firebase migration effects on production app

I have gone through many of the Fabric and Firebase documentation to see what will happen to my production Android app, if I do not migrate or change the Fabric sdk.

If I don't do this, what will be the impact to my app, my users, myself (What Crash information won't I be able to see)

To be more specific:

  1. Will the app be removed from the Play Store (Like what has happened for permission changes - I think this is not a serious problem and the app will not be removed)?
  2. The app will not report any crash logs in Fabric
  3. Is there a way to see the crash logs in Firebase without updating the app?
  4. Any other changes I need to know about?

Kevin from Fabric here!

To answer your questions:

  1. We haven't run into anyone having their app removed for permissions reasons after completing the migration - this shouldn't be an issue.
  2. After setting up the migration, you will be able to see your Crashlytics information flowing to both your Fabric and Firebase dashboards without any further set up required.

The steps are:

-Make sure you're an admin in Fabric and have the "Owner" role in Firebase
-Head to https://fabric.io/firebase_migration
-Drag the desired Fabric apps to their locations in Firebase
-The apps will be linked and crashes will be viewable in both

  1. As long as you continue to update the Crashlytics dependencies as normal you shouldn't see any disruptions to your crash logs in either dashboard as of now.

  2. Check out our roadmap to learn more about migration plans feature rollout.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM