Connect a Custom Domain
Connect a custom domain to properly launch the web application.
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 ...