I'd like any https request to MY_CUSTOM_DOMAIN/functions/**
to go to firebase functions.
I'm aware of the below solution:
Use custom domain for firebase function http calls https://firebase.google.com/docs/hosting/functions#create_an_http_function_to_your_hosting_site
My understanding is this requires adding every single function to this list though. It would make my firebase.json
file pretty long and probably I'll forget to update it on future functions.