Can I cleanly delete firebase CLI project?
I am using the following command
npm uninstall firebase
and
npm uninstall angularfire2
it works for me
- npm uninstall firebase
- rm -rf firebase.json
- rm -rf .firebase
You should delete firebase.json
and .firebaserc
if it exists. Once those files are deleted you should be good to go.