Can I cleanly delete firebase CLI project?

Script Kitty picture Script Kitty · Mar 27, 2017 · Viewed 19.4k times · Source

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

Answer

Michael Bleigh picture Michael Bleigh · Mar 27, 2017

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