Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unlink an existing firebase app?

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

like image 511
JulienGenoud Avatar asked Feb 21 '18 10:02

JulienGenoud


People also ask

How do I unlink apps from Firebase?

Sign in to Firebase, then open your project. , then select Project settings. In the Your apps card, select the app that you want to delete. Under the Your apps card, click Remove this app.

How do I get rid of Firebase app indexing?

Go to the Cloud Firestore section of the Firebase console. Click the Indexes tab. Hover over the index you want to delete and select Delete from the context menu. Confirm that you want to delete it by clicking Delete from the alert.


2 Answers

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

like image 137
Trekco Avatar answered Sep 19 '22 01:09

Trekco


Very late but if someone still having this problem:

1- try to unlink on firebase dashboard as explanined in this response: https://stackoverflow.com/a/49229545/5679560

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://stackoverflow.com/a/50003432/5679560

like image 23
Rafael Lima Avatar answered Sep 20 '22 01:09

Rafael Lima