Connect a Custom Domain
Discover how to connect a custom domain to your Firebase Hosting to launch your cloud native web application officially. Explore the steps within the Firebase console, understand domain propagation, and complete a reliable deployment pipeline to ensure your app is production-ready.
We'll cover the following...
We'll cover the following...
Connecting a custom domain
The *.web.app domain that Firebase Hosting creates for us automatically is fine for
development. To properly launch the web application, we need to connect a custom domain (e.g. www.my-domain.com). The steps to set this up depend on your domain provider, and we highly ...