问题
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