// Deploy everything
firebase deploy
// Deploy hosting only
firebase deploy --only hosting
// Add a deploy message (similar to a git commit message)
firebase deploy -m "Add message here eg: Adding latest feature"
npm install -g firebase-tools
firebase login
firebase init hosting
Are you ready to process (Y/n) = Y
Use an exsiting project
select project
What do you want to use your public directory? (public) Bulid
Configure as a single-page app (rewrite all urls to /index.html)? (y/N) y
Set up automatic builds and deploys with GitHub? (y/N) y
npm run build
firebase deploy
firebase init
firebase deploy
firebase deploy --only hosting