I am using this tutorial, after I successfully login to Firebase, I need to set the root dir. So as the tutorial instructs, I run:
~/firebase-webchat$ firebase init --public .
However, I get the following error:
error: unknown option `--public'
Does anyone know what command I should be using?
Thanks
After updating Node JS, i was able to deploy the project. You can try the same by updating Node JS:
Not sure but after updating the node.js, i was able to select project from terminal and able to deploy the project using this commands:
You can set project from terminal too.