Fabric不允许我链接Firebase应用 [英] Fabric won't let me link my Firebase app

查看:79
本文介绍了Fabric不允许我链接Firebase应用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的Firebase项目中有一个我要链接到Fabric的应用程序.

I have an app on my Firebase project that I'm trying to link to Fabric.

当我转到Fabric-> Firebase->设置集成并选择应用程序时,它会显示已链接".

When I go to Fabric -> Firebase -> Set up integration and select the app, it says "Already linked".

但是,如果我转到Firebase控制台->项目设置->集成->结构,则看不到它链接在那里.我确实看到了其他一些应用程序的链接,但没有我现在正在尝试链接的应用程序.

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.

有人知道为什么会发生这种情况吗?如果我有一个旧的Firebase<-> Fabric链接,我至少应该在这里看到它并能够删除它,但是那里什么也没有.那么为什么Fabric认为我的应用程序已经链接,而显然没有链接?

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?

推荐答案

Fabric的Paul在这里.我的建议是取消链接您的应用程序,然后重试.

Paul from Fabric here. My recommendation would be to unlink your app and try again.

您可以使用以下URL取消链接: https://fabric.io/remove_firebase_crashlytics?clientId=CLIENT_ID&projectId=PROJECT_ID

You can unlink by using the following URL: https://fabric.io/remove_firebase_crashlytics?clientId=CLIENT_ID&projectId=PROJECT_ID

  • CLIENT_ID是您的Firebase客户端ID. 该名称以"android:"或"ios:"开头,后跟您的包名称(Android)或捆绑包ID(iOS)
  • 的示例
  • PROJECT_ID是您的应用程序,其中包含Firebase项目ID,可以通过转到项目设置"来找到.这也出现在Firebase控制台的URL中,即https://console.firebase.google.com/project/<projectId>
  • 的示例
  • 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>

例如,具有以下值:

  • clientId:ios:com.remove.crashlytics.1
  • projectId:test-removing-crashlytics

链接变为: https: //fabric.io/remove_firebase_crashlytics?clientId=ios:com.remove.crashlytics.1&projectId=test-removing-crashlytics

这篇关于Fabric不允许我链接Firebase应用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆