Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I cleanly delete firebase CLI project?

I ran firebase init in the wrong directory and it is connected to my project. To undo that, can I just delete ./firebase.json and my_newly_created_folder_name/ from the terminal? Thanks

like image 494
Script Kitty Avatar asked Mar 27 '17 21:03

Script Kitty


1 Answers

You should delete firebase.json and .firebaserc if it exists. Once those files are deleted you should be good to go.

like image 147
Michael Bleigh Avatar answered Sep 21 '22 12:09

Michael Bleigh