The process of setting up a custom domain in Firebase Hosting is very easy. However, the person doing it needs to be able to change our DNS records.
In addition, it would be good to decide on and document the proper procedure by which we'll manage our custom domains. There seem to be roughly two options:
Manual process, with a user clicking around a webinterface a bit. Easy, but needs to be documented as a manual setup sep.
Automatic through Terraform. Currently unclear how this would work technically.
This item has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Summary
Currently, our v2 backend(s) are only reachable via a URL like
https://OUR-PROJECT-ID.web.app
.Desired Solution
We'd like to set up a "custom domain" in Firebase Hosting so we can use human-friendly URLs.
Additional Context
The process of setting up a custom domain in Firebase Hosting is very easy. However, the person doing it needs to be able to change our DNS records.
In addition, it would be good to decide on and document the proper procedure by which we'll manage our custom domains. There seem to be roughly two options:
Please pick one and document the decision.