Search⌘ K
AI Features

Deploying to Firebase Hosting

Explore the complete process of deploying your web application using Firebase Hosting. Learn to initialize hosting configurations, run deployment commands, and manage your app’s versions through the Firebase console. Understand how to rebuild and redeploy to reflect updates efficiently.

After running the Firebase Hosting initialization command, Firebase automatically creates, or in our case, updates the firebase.json file to include our project’s hosting configuration. This file is required to deploy assets with the Firebase CLI because it lets Firebase know what files, folders, and settings on our directory are to be deployed to our Firebase project.

Deploy our application

We can deploy our application by running the ...