【发布时间】:2019-10-07 04:40:25
【问题描述】:
端点可用于通过 ESP 调用 http 云函数,有没有办法对可调用云函数执行相同操作,因为可调用云函数是通过 firebase 客户端 sdk 调用的。
【问题讨论】:
-
看看firebase.google.com/docs/functions/callable-reference。 «Cloud Functions 的 https.onCall 触发器是具有特定格式的请求和响应的 HTTPS 触发器。»
标签: firebase google-cloud-functions google-cloud-endpoints