【发布时间】:2017-07-15 00:06:10
【问题描述】:
我知道我们可以使用 Firebase 后端函数向 Google Apps 脚本发送 HTTP 请求并使用“doGet()”接收它。
但是,是否可以在不发送 HTTP 请求的情况下从 Firebase 调用 Google Apps 脚本函数(因为它是同一个 Google 帐户的一部分)?
我担心的是安全性,人们可能能够猜测/嗅探正确的 URL/参数,然后执行 Google Apps 脚本功能(进行购买)。或者,可能有适当的方法来保护 GAS Web 应用程序。
【问题讨论】:
标签: firebase google-apps-script