I'm working on my first Firebase app, and I've run into an issue with a cloud function triggered by http.
But, I've discovered the following differences, which prevent my function from working as intended via the custom domain...
What I really hope to accomplish is that all paths starting
my.domain.com/MyFunction/... trigger my cloud function. Is there any way to accomplish that?