如何修复核心/副本应用程序]名为“ [默认]”的firebase应用程序已经存在错误
#macos #flutter #ios #firebase

介绍

在本文中,我们将介绍[core/doplate-app]一个名为“ [默认]”的firebase应用程序的修复程序。

如果您尝试运行使用firebase产品的颤音应用程序,则如果您的GoogleService-Info.plistgoogle-services.json文件已过时,可能会看到此错误。

[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: [core/duplicate-app] A Firebase App named "[DEFAULT]" already exists

解决方案

修复core/duplicate-app] A Firebase App named "[DEFAULT]" already exists异常遵循这两个简单的步骤

  1. 如果在Android上运行或删除位于
    macos/Runner/GoogleService-Info.plist如果在macOS或ios/Runner/GoogleService-Info.plist上运行,如果在iOS上运行。

  2. 在flutter项目目录的根部安装并运行Flutterfire CLI。

如果Flutterfire CLI尚未安装运行

$ dart pub global activate flutterfire_cli

下一个运行

$ flutterfire configure --project=<yourprojectname>

按照您的终端中的说明。

您的Flutter Project现在应该成功运行。

与我联系

感谢您阅读我的帖子。请随时在下面订阅或在LinkedInTwitter上与我联系。您也可以buy me a book表示您的支持。