Search code examples
firebasegoogle-fabric

Fabric won't let me link my Firebase app


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?


Solution

  • 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) example of CLIENT_ID
    • 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> example of PROJECT_ID

    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