Process Flow - Why Firebase Hosting serves web apps
User enters web app URL
DNS resolves domain to Firebase Hosting servers
Firebase Hosting receives HTTP request
Firebase Hosting looks for matching files
Serve static files (HTML, CSS, JS) to user
User's browser loads and runs the web app
This flow shows how Firebase Hosting receives a user's request and serves the web app files so the browser can load and run the app.