Is there a way to restrict public access from firebase callable could functions

前端 未结 3 1096
无人及你
无人及你 2020-12-12 05:07

Firebase callable cloud functions can be accessed via client sdks, which requires a valid auth context for authentication and authorization. But and at the

3条回答
  •  清歌不尽
    2020-12-12 05:43

    I tried out as @Frank suggested using google cloud run to deploy and ESP container which can by used to invoke private cloud functions. A detailed overview is described in the documentations itself.

    https://cloud.google.com/endpoints/docs/openapi/get-started-cloud-functions#deploy_endpoints_proxy

提交回复
热议问题