Introduction
Sometimes you want to host more than one website using the same Firebase project. Multiple site hosting lets you serve different websites from one place without needing separate projects.
When you have a main website and a blog that you want to host separately but manage together.
When you want to host a marketing site and a user dashboard under the same Firebase project.
When you want to test a new version of your site on a separate URL before switching.
When you want to host different language versions of your site on different URLs.
When you want to save costs by using one Firebase project for multiple small sites.