Fabric won't let me link my Firebase app

霸气de小男生 提交于 2019-11-29 03:52:52

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

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

Kayvan N

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.

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