firebase hosting commands code example
Example 1: firebase cli windows
npm install -g firebase-tools
Example 2: firebase deploy hosting test
firebase hosting:channel:deploy CHANNEL_ID
Example 3: firebase hosting deploy
firebase deploy
Example 4: firebase deploy
firebase deploy --project [project-name]