Context:
I am working on a Flutter project that uses Firebase. Initially, I had one project set up with Firebase Hosting. Recently, I copied all the files from this project to create a second project. However, I now realize that both projects are using the same Firebase Hosting URL, which is causing conflicts.
What I did:
- Created a Flutter project with Firebase and set up Firebase Hosting.
- Copied all the files from the first project to create a second project.
- Set up Firebase Hosting for the second project, which ended up using the same URL as the first project.
My issue:
Both projects are now using the same URL, and I need to assign a different URL or hosting setup for each project to avoid conflicts.
What I need help with:
- How can I rename the URL or create a new hosting setup for the second project so that each project has a unique URL?
Side points:
- Both projects are configured with Firebase Hosting.
- I have access to the Firebase Console for both projects.