Multiple Site Hosting with Firebase
📖 Scenario: You are managing a small business website that needs to host two separate sites: a main company site and a blog. You want to use Firebase Hosting to serve both sites from the same Firebase project but on different URLs.
🎯 Goal: Set up Firebase Hosting to deploy two different sites under one Firebase project using multiple site hosting configuration.
📋 What You'll Learn
Create a Firebase configuration file with two hosting sites
Add site-specific public directories for each site
Configure hosting targets for the main site and the blog site
Deploy both sites using Firebase CLI
💡 Why This Matters
🌍 Real World
Many businesses and developers want to host multiple websites or apps under one Firebase project to save costs and simplify management.
💼 Career
Understanding multiple site hosting is useful for cloud engineers and web developers managing scalable web infrastructure.
Progress0 / 4 steps