Firebase 连接问题 - Android

ghi*_*ita 5 android kotlin firebase firebase-authentication firebase-cloud-messaging

我有一个已经有 iOS 应用程序的 Firebase 项目。我在项目中添加了一个 android 应用程序。它卡在这一步:

在此处输入图片说明

我有uninstalled/reinstalled/clean cache/rebuild/burn emulator, buy another one/I verified that the SHA-1 is correctly for the build variant that I have added to the console/etc.它仍然卡住了。我也从项目中删除了该应用程序并再次添加了几次。

使用另一个帐户,我创建了另一个 Firebase 项目,然后我创建了一个新的 android 应用程序,我已将其添加到新的 Firebase 项目中(与上述步骤相同)并且它工作正常(对于具有新项目的新应用程序)。

但是对于带有我现有 android 应用程序的现有 Firebase 项目,无论我做了什么,它都会说“检查应用程序是否已与我们的服务器通信。您可能需要卸载并重新安装您的应用程序。

最后我点击了跳过这一步

问题是它没有与 Firebase 链接的应用程序,当我查看控制台时,我仍然看到 0 个活动设备,但我应该看到我测试过的 2 个设备:

在此处输入图片说明

我从这里添加了确切的版本:

在此处输入图片说明

我应该寻找什么,该应用未与 Firebase 连接的可能原因是什么?