I'd like to add a webhook to a Google Cloud PubSub push subscription. My endpoint for the webhook url is a Firebase Function. To post to my Firebase endpoint, I must verify the domain.
My problem is that Firebase Functions don't seem to have a way to statically host a single website. Firebase hosting happens in an entirely different domain.
What I have (from Firebase Hosting):
What I need (from Firebase Functions):
https://us-central1-[PROJECTID].cloudfunctions.net/[Google-FILE].html