Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

selected wrong firebase database after firebase init how to switch in original database

Tags:

firebase

I am using vscode for my project. When deployed project to the firebase, accidentally I selected wrong database after "firebase init" command so my environment firebase object initialized to bigbangshopping firebase but I accidentally selected bigshopping database for hosting. Now how to switch bigbangshopping I have no idea.Would you please help me to have the solution

like image 457
Rakib Hasan Avatar asked Sep 13 '25 03:09

Rakib Hasan


1 Answers

Just use the command firebase use <project_id> And it will be switched

like image 100
Andrii Rudavko Avatar answered Sep 16 '25 00:09

Andrii Rudavko