Firebase 迁移是否需要修改任何源代码?
Does Firebase migration require any source code modification?
最近,我使用 Fabric 仪表板中显示的迁移 link 将我的 iOS
应用程序之一从 Fabric
迁移到 Firebase
。崩溃在 Firebase 控制台中显示正常。该迁移是否需要修改任何源代码才能使下一个版本生效?
没有。这是 Firebase 文档必须说的:
What happened when you migrated?
For the apps that you linked, your Crashlytics data now appears in the Firebase Crashlytics
dashboard (in the Firebase console). The linking process does not
involve any changes to the Crashlytics SDK or your Fabric API key.
Note that in the coming months, we'll release Firebase-specific
Crashlytics SDKs for iOS and for Android, as well as offer further
upgrade instructions. So, for now, if you migrated an iOS and Android
app:
Do not change how you use the Crashlytics SDK because the iOS and
Android SDKs haven't changed.
Do not change or remove your Fabric API key.
参考:https://firebase.google.com/docs/crashlytics/migration-post-linking
Firebase Crashlytic 仪表板迁移协助如下所示:
最近,我使用 Fabric 仪表板中显示的迁移 link 将我的 iOS
应用程序之一从 Fabric
迁移到 Firebase
。崩溃在 Firebase 控制台中显示正常。该迁移是否需要修改任何源代码才能使下一个版本生效?
没有。这是 Firebase 文档必须说的:
What happened when you migrated?
For the apps that you linked, your Crashlytics data now appears in the Firebase Crashlytics dashboard (in the Firebase console). The linking process does not involve any changes to the Crashlytics SDK or your Fabric API key.
Note that in the coming months, we'll release Firebase-specific Crashlytics SDKs for iOS and for Android, as well as offer further upgrade instructions. So, for now, if you migrated an iOS and Android app:
Do not change how you use the Crashlytics SDK because the iOS and Android SDKs haven't changed.
Do not change or remove your Fabric API key.
参考:https://firebase.google.com/docs/crashlytics/migration-post-linking
Firebase Crashlytic 仪表板迁移协助如下所示: