Firebase Hosting Setup Complete code example

Example 1: firebase only hosting command

firebase deploy --only hosting

Example 2: firebase deploy

///////// FIREBASE DEPLOY USING COMMAND LINE //////////////////

// Goto Terminal and  Login to firebase below command

=> firebase login

=> firebase init

=> select Hosting: Configure and deploy ...  (press space for select) 
// press enter after selecting

=> Use an existing project
// select the project name which you built in firebase

// imp type build 
=> What do you want to use as your public directory? build

// And then Y for single page web App
=> Configure as a single-page app? Yes

-----------------------NOW RUN-----------------------

=> npm run build

=> firebase deploy

!!!!! Congrats you just deploy your app !!!!!

Example 3: firebase deploy hosting test

firebase hosting:channel:deploy CHANNEL_ID

Example 4: Welcome Firebase Hosting Setup Complete You're seeing this because you've successfully setup Firebase Hosting. Now it's time to go build something extraordinary! OPEN HOSTING DOCUMENTATION

"homepage" : "https://wg-live-chat.web.app",//add for fire base
in pakesg json

Example 5: make website on firebase

firebase serve

Example 6: firebase deploy

firebase deploy --project [project-name]