Cannot unlink a deleted Firebase project from a Firebase Studio workspace

Hi everyone, I created a web app using Firebase Studio and started working with the database of an existing Firebase project. At some point, I decided to publish the app. I used the Publish button in Studio, and it created a new project separate from the existing one. I’ve tried several things to remove that link between the Studio workspace and the new Firebase project and link it to the correct project. I’ve tried running “firebase use ” in the CLI, searching the .firebaserc and firebase.json files, and finally deleting the new project. However, I can’t find a way. Even after deleting it, it’s still linked to the workspace. When I press Publish, it still tries to publish to the deleted project, and at the top of Studio, next to the workspace name, I also see a button with the name of the deleted project.

I also tried duplicating the workspace to see if I could duplicate it to another project, but that option to duplicate a workspace doesn’t seem to be working.

Any guidance would be very helpful.

Thank you in advance.

Best regards.

2 Likes

I’m having the same issue

Did you try going to console.firebase.google.com and the project name → Project Overview → General and deleting the linked apps on that page?