firebase init throws Error: failed to get Firebase project with wrong project name
firebase init throws Error: failed to get Firebase project with wrong project name
当我从我的静态项目目录 运行 firebase init
时,项目设置失败并出现此错误:
Error: Failed to get Firebase project project-name. Please make sure the project exists and your account has permission to access it.
错误中的project-name
与firebaseConfig
脚本中的projectID
不同。在我的 firebase 仪表板或项目详细信息中没有列为 project-name
的项目。
我试过了 with and but the error is the same and so is the name difference. Leaving the login browser tab open肯定不行
项目名称好像有问题。我该如何解决这个问题?
问题出在我的 .firebaserc 文件的旧版本上。一旦我删除了旧的 ,我就能够 运行 firebase init
成功。
当我从我的静态项目目录 运行 firebase init
时,项目设置失败并出现此错误:
Error: Failed to get Firebase project project-name. Please make sure the project exists and your account has permission to access it.
错误中的project-name
与firebaseConfig
脚本中的projectID
不同。在我的 firebase 仪表板或项目详细信息中没有列为 project-name
的项目。
我试过了
项目名称好像有问题。我该如何解决这个问题?
问题出在我的 .firebaserc 文件的旧版本上。一旦我删除了旧的 firebase init
成功。