Hosting¶
This starter template uses Firebase Hosting to host the web app.
Connect a custom domain¶
To connect a custom domain to Firebase Hosting, follow the instructions in the Firebase documentation.
Deployment¶
The deployment of the web app is done via the Firebase CLI. You can either deploy the web app manually or via the CI/CD pipeline.
To deploy the web app manually, perform the following steps:
-
Build the web app:
-
Deploy the web app:
See CI/CD.