简体   繁体   English

是否可以从 Fabric 到 Firebase Crashlytics 的迁移中删除 Fabric apiKey?

[英]Could be possible remove Fabric apiKey from a migration from Fabric to Firebase Crashlytics?

I got an android app where Fabric Crashytics is installed.我有一个安装了 Fabric Crashytics 的安卓应用程序。 I've followed the official guide of Firebase to migrate from Fabric to Firebase.The migration works correctly and I see all the reports in Fabric and Firebase console.我已经按照 Firebase 的官方指南从 Fabric 迁移到 Firebase。迁移工作正常,我在 Fabric 和 Firebase 控制台中看到了所有报告。

The problem is that if I want remove the Fabric apikey from manifest.xml because I don't want to see the crash on Fabric, only on Firebase console.问题是,如果我想从 manifest.xml 中删除 Fabric apikey,因为我不想看到 Fabric 上的崩溃,只能在 Firebase 控制台上看到。 If I remove the apikey how I said before the crashes doesn't appear at Firebase console.如果我删除 apikey,我在崩溃之前所说的不会出现在 Firebase 控制台上。

I see other questions and at the moment to set up the Crashlytics SDK on Firebase console, I choose that the app was an existing Crashlytics app.我看到其他问题,目前要在 Firebase 控制台上设置 Crashlytics SDK,我选择该应用程序是现有的 Crashlytics 应用程序。

I have other question, when the migration ends Fabric reports will be disappear?我还有其他问题,迁移结束时 Fabric 报告会消失吗? and the Fabric apikey would be deprecated also? Fabric apikey 也会被弃用吗?

No it wont disappear from Fabric if you wont delete it.不,如果您不删除它,它就不会从 Fabric 中消失。 For Firebase sync you need add google-services.json file from Firebase Console to your project对于 Firebase 同步,您需要将 Firebase 控制台中的 google-services.json 文件添加到您的项目中

If you did the click-through migration you shouldn't remove it如果您进行了点击迁移,则不应将其删除

Q: Can I remove/change my Fabric API key after migrating to Firebase?问:我可以在迁移到 Firebase 后删除/更改我的 Fabric API 密钥吗?

A: If you've completed the click-through Fabric migration flow to migrate to Firebase, you can keep using the Fabric Crashlytics SDK.答:如果您已完成迁移到 Firebase 的点击式 Fabric 迁移流程,则可以继续使用 Fabric Crashlytics SDK。 In that case, you should leave your old Fabric API key in your app.在这种情况下,您应该将旧的 Fabric API 密钥留在您的应用中。

After you link your app, you can choose to upgrade to the Firebase Crashlytics SDK in beta for iOS or Android, which requires making updates to your code.链接您的应用程序后,您可以选择升级到适用于 iOS 或 Android 的 Beta 版 Firebase Crashlytics SDK,这需要更新您的代码。

See also: https://docs.fabric.io/android/examples/firebase/faq.html另请参阅: https ://docs.fabric.io/android/examples/firebase/faq.html

According to this https://get.fabric.io/roadmap Fabric will close on MARCH 31, 2020.根据这个https://get.fabric.io/roadmap Fabric 将于 2020 年 3 月 31 日关闭。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Fabric crashlytics 到 Firebase 迁移 - Fabric crashlytics to Firebase migration 无法将 Fabric Crashlytics 升级到 Firebase Crashlytics - Failed to upgrade Fabric Crashlytics to Firebase Crashlytics 从 Fabric 升级到 Firebase 后出现错误“Could not create task ':app:injectCrashlyticsMappingFileIdFlavorXDebug” - Error "Could not create task ':app:injectCrashlyticsMappingFileIdFlavorXDebug" after upgrading from Fabric to Firebase 如何从 firebase crashlytics 中删除设备? - How do i remove a device from firebase crashlytics? Firebase Crashlytics 迁移和查看仪表板 - Firebase Crashlytics Migration and View Dashboard “找不到 ID 为‘io.fabric’的插件”错误。 从 build.gradle 中取出织物后 - "Plugin with id 'io.fabric' not found" error. after removing fabric from build.gradle 提高 ASB 从 Service Fabric 应用程序读取/写入的性能 - Increase performance of ASB reads/writes from Service Fabric application 如何从云构建联网到我的 fabric8 docker compose 服务? - How to network to my fabric8 docker compose service from cloud build? 无法使用 Azure 函数加载文件或程序集 System.Fabric - Could not load file or assembly System.Fabric with Azure Functions Firebase Crashlytics:上传缺失的 dSYM 以查看 1 个版本的崩溃。(iOS) - Firebase Crashlytics: Upload missing dSYMs to see crashes from 1 versions.(iOS)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM