Fabric won't let me link my Firebase app

依然范特西╮ 提交于 2019-12-18 04:08:01

问题


I have an app on my Firebase project that I'm trying to link to Fabric.

When I go to Fabric -> Firebase -> Set up integration and select the app, it says "Already linked".

But if I go to Firebase console -> Project settings -> Integrations -> Fabric, I don't see it linked there. I do see some other apps linked, but not the one that I'm trying to link right now.

Any idea why this could be happening? If I had an old Firebase <-> Fabric link, I should at least see it here and be able to remove it, but there's nothing there. So why does Fabric think that my app is already linked, when it's clearly not?


回答1:


Paul from Fabric here. My recommendation would be to unlink your app and try again.

You can unlink by using the following URL: https://fabric.io/remove_firebase_crashlytics?clientId=CLIENT_ID&projectId=PROJECT_ID

  • CLIENT_ID is your Firebase Client ID. This begins with "android:" or "ios:" and is followed by either your package name (Android) or bundle ID (iOS)
  • PROJECT_ID is your app’s containing Firebase project ID, which can be found by going to Project Settings. This is also present in the URL of your Firebase console, i.e. https://console.firebase.google.com/project/<projectId>

For example, with these values:

  • clientId: ios:com.remove.crashlytics.1
  • projectId: test-removing-crashlytics

The link becomes: https://fabric.io/remove_firebase_crashlytics?clientId=ios:com.remove.crashlytics.1&projectId=test-removing-crashlytics




回答2:


Go to this link > scroll down and under "Migrated Firebase apps" > click the "Manage Links" button that will take you to the Firebase Project > Settings > Integrations and click the "Unlink Fabric app" on the right side of the screen




回答3:


There is a new option introduced to Firebase that allows easy management of integrations. This option can be found under "Integrations" tab in Firebase Project Settings.

Open this tab in the project that has the Fabric integration already and you can tap on the "Manage" button for fabric and you will see the unlink option.



来源:https://stackoverflow.com/questions/50000410/fabric-wont-let-me-link-my-firebase-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!