How to configure shared route to HTTP GCF? So, currently the default path looks something like this.
https://us-central1-poised-breaker-162819.cloudfunctions.net/function-1
But I want to use it that way
https://myfunction.com
or
https://myfunction.com/thisroute
Thus, in fact, we are talking about a namespace or even proxying requests to the corresponding function. How can this be achieved?
Update 1
It seems we can use the Endpoints service for this. But it is still unclear whether it will work with GCF or not.
firebase, , ! https://firebase.google.com/docs/hosting/functions
Source: https://habr.com/ru/post/1673631/More articles:Is there any syntax for conditional interpolation of a pattern? - angularF # - delete duplicate characters after the first in a string - stringPython finds first occurrence of character after index - pythonRunning MongoDB on Kubernetes Minikube with local persistent storage - mongodbTake all items except the last ones that satisfy the condition? - c #Как я могу сделать div span несколько строк и столбцов в сетке? - cssHow to get database value not related to event in cloud functions for Firebase? - javascriptHow to enable YouTube fullscreen video on Android using HTML5 app? - html5fast loading a large hash table in Perl - performanceFlyer causing error with R Markdown - rAll Articles