作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我忘记在终端中注销 Firebase 帐户并更改帐户,然后再继续 firebase init
,我使用旧帐户为新项目创建了一个 Firebase 函数,我返回并删除了包括 xcworkspace 在内的文件,然后运行 pod install 并创建了一个新工作区,当我想运行 firebase init
时> 又说
MooMyeongs-MacBook-Pro:Doshirak moomyeong$ firebase init
######## #### ######## ######## ######## ### ###### ########
## ## ## ## ## ## ## ## ## ## ##
###### ## ######## ###### ######## ######### ###### ######
## ## ## ## ## ## ## ## ## ## ##
## #### ## ## ######## ######## ## ## ###### ########
You're about to initialize a Firebase project in this directory:
/Users/moomyeong/Desktop/Desktop/Applications/Doshirak
? Which Firebase CLI features do you want to set up for this folder? Press Space
to select features, then Enter to confirm your choices. Firestore: Deploy rules
and create indexes for Firestore, Functions: Configure and deploy Cloud Functio
ns
=== Project Setup
First, let's associate this project directory with a Firebase project.
You can create multiple project aliases by running firebase use --add,
but for now we'll just set up a default project.
i .firebaserc already has a default project, using newproject-7432a.
Error: Failed to get Firebase project newproject-7432a. Please make sure the project exists and your account has permission to access it.
因此 newproject-7432a 是我使用旧 Firebase 帐户的旧项目,我的新项目是 Doshirak
我是否有办法解决这个问题,还是我必须从头开始?
最佳答案
此消息告诉您运行 firebase init 的项目目录已配置:
i .firebaserc already has a default project, using newproject-7432a.
文件 .firebaserc 包含该项目的 ID。如果您不想再使用该项目,只需删除 .firebaserc 并再次运行 firebase init 即可。
关于firebase - i .firebaserc 已经有一个默认项目,使用 newproject-7432a。错误: Failed to get Firebase project newproject-7432a,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59388188/
我是一名优秀的程序员,十分优秀!