Unlink an existing firebase app?
Asked Answered
W

2

12

I want to "Link to new or existing Firebase project & app" but the crashlytics dashboard told me my project is already linked,

how to unlink my existing project ?

fabric

Walsh answered 21/2, 2018 at 10:25 Comment(4)
Thanks Julien. Hold tight for a couple more days. We are working to add the un-link button into the Firebase integrations section in your Firebase dashboard. It may be live by the time you read this :)Transplant
I have the same problem, did you manage to get it resolved?Metralgia
did you fix it, yet, @ToddBurner? I can't find the un-link button in the Firebase integrations section.Shelve
@ToddBurner any updates ?Templas
M
12

To unlink your Fabric app from Firebase, follow the following steps:

  1. Go to The Firebase project settings
  2. Go to Integrations
  3. Select the Fabric "Manage" link
  4. Click the "Unlink Fabric App"

Firebase settings Unlink Fabric

Metralgia answered 12/3, 2018 at 6:51 Comment(4)
Is that option still there, @Ockert - Could you provide a screenshot?Shelve
@Shelve it is as of todayGypsum
Sometimes, it does not seem on Integrations list. In that case, you can unlink it with this link like : support.crashlytics.com/knowledgebase/articles/…Cilium
@Cilium this article appears to have been removed. Fabric is also not appearing in my integrations.Democritus
T
4

Very late but if someone still having this problem:

1- try to unlink on firebase dashboard as explanined in this response: https://mcmap.net/q/930755/-unlink-an-existing-firebase-app

2- if the option to remove fabric doesn't appear use this direct link

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/

you can check more info in this answer https://mcmap.net/q/957368/-fabric-won-39-t-let-me-link-my-firebase-app

Trudeau answered 13/12, 2018 at 3:14 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.