'How can I rename the Firebase Project ID?
I succeeded to rename my Firebase Project Name. I want to rename my Project ID as well, yet, it looks read-only.
I tried via Settings -> General
, and via Permissions -> IAM
etc, but with no success.
Does anyone know of any way of doing it? Thanks!
Solution 1:[1]
I had to Delete my project and Create a new one.
How to Delete : Settings -> Permissions -> All Projects
How to Create here.
Do not forget running:
firebase use --add
from your project dir, and test both:
firebase serve
and
firebase deploy
.
Solution 2:[2]
You can just delete the current project, make a new project, download its google-services.json file and replace it with the current one in your app folder then finally you'll have to clean your project from Build -> CleanProject! That's it!
Solution 3:[3]
You can refer to this doc
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.
Solution 4:[4]
There is no way to change the ID of a project. You have to create a new one.
Solution 5:[5]
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | |
Solution 2 | Basel |
Solution 3 | Gene Parcellano |
Solution 4 | Ashikur Rahman Khan |
Solution 5 | Ameer Amjed |