how do i login to firebase on windows power shell? i just started using firebase for app deployment. after i install firebase CLI using npm install -g firebase-tools and the installation was succeessful, but when i tried to login using firebase login in my site directory, i got this message
"PS C:\Users\Dennis\friendlychat\web-start> firebase login The term 'firebase' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:9 + firebase <<<< login + CategoryInfo : ObjectNotFound: (firebase:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException"
note: i"ve set the environment path for nodejs and npm cmd are working>
npm install -g firebase-toolsfirebase loginfirebase init
In this step you need to select your firebase account and the application folder you want to deploy on firebase.firebase deployPS: You should build your application before step 2.
The issue is that your Nodejs data folder path hasn't been added to your windows environment variables and the.
You're good to go!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With