Has anyone found a way to point a custom domain to a GCP cloud function without using Firebase? I have a series of cloud functions in a repo already configured to work with Cloud Build CI/CD. Everything is running great, all I need to add is the vanity domain to mask the default trigger URLs. The last thing I want to do is restructure the whole project to fit in with Firebase's sugary way of doing things just to enable this one little thing.
This is straightforward to do in AWS without having to resort to their "easy to use" abstraction products like EB, so I'm not sure why GCP wouldn't expose this more clearly if it's possible.