如何重命名 Firebase 项目 ID?
How can I rename the Firebase Project ID?
我成功重命名了我的 Firebase 项目名称。我也想重命名我的 项目 ID,但它看起来是只读的。
我尝试通过 Settings -> General
和 Permissions -> IAM
等,但没有成功。
有谁知道有什么办法吗?谢谢!
firebaser 在这里
无法更改项目的项目 ID。
我不得不删除我的项目并创建一个新项目。
如何删除:Settings -> Permissions -> All Projects
如何创建 here.
别忘了运行:
firebase use --add
来自您的项目目录,并测试两者:
firebase serve
和
firebase deploy
.
您可以只删除当前项目,创建一个新项目,下载其 google-services.json 文件并将其替换为应用文件夹中的当前项目,最后您必须从 Build -> CleanProject 清理你的项目!就是这样!
你可以参考这个文档
https://support.google.com/cloud/answer/6158840?hl=en
The project ID is a unique identifier for a project. When you first
create a project, you can accept the default generated project ID or
create your own. A project ID cannot be changed after the project is
created, so if you are creating a new project, be sure to choose an ID
that you'll be comfortable using for the lifetime of the project.
可以在创建项目时更改项目ID并且可以设置任何未使用的名称。
无法更改项目的 ID。您必须创建一个新的。
我成功重命名了我的 Firebase 项目名称。我也想重命名我的 项目 ID,但它看起来是只读的。
我尝试通过 Settings -> General
和 Permissions -> IAM
等,但没有成功。
有谁知道有什么办法吗?谢谢!
firebaser 在这里
无法更改项目的项目 ID。
我不得不删除我的项目并创建一个新项目。
如何删除:Settings -> Permissions -> All Projects
如何创建 here.
别忘了运行:
firebase use --add
来自您的项目目录,并测试两者:
firebase serve
和
firebase deploy
.
您可以只删除当前项目,创建一个新项目,下载其 google-services.json 文件并将其替换为应用文件夹中的当前项目,最后您必须从 Build -> CleanProject 清理你的项目!就是这样!
你可以参考这个文档
https://support.google.com/cloud/answer/6158840?hl=en
The project ID is a unique identifier for a project. When you first create a project, you can accept the default generated project ID or create your own. A project ID cannot be changed after the project is created, so if you are creating a new project, be sure to choose an ID that you'll be comfortable using for the lifetime of the project.
可以在创建项目时更改项目ID并且可以设置任何未使用的名称。
无法更改项目的 ID。您必须创建一个新的。