Custom domain in Google Cloud Functions

I am using the serverless-framework for an Expressjs app deployed on Google Cloud Functions. Works great!

But I cannot manage to set a custom domain… something like… www.customdomain.com

The plugin “serverless-domain-manager” is only for AWS… :frowning:

How to make a custom domain on Google Cloud Functions with serverless framework?