gpt4 book ai didi

javascript - Firebase Cloud Functions Http 请求 - 验证用户

转载 作者:行者123 更新时间:2023-12-03 00:32:41 25 4
gpt4 key购买 nike

我正在构建一个 Web 应用程序,我想从客户端调用云函数来编辑用户不应访问的数据库部分。

用户应该只能编辑属于他们的数据库的隐藏部分。

我想使用 HTTP 请求触发器(因为它似乎是最实用的),但我需要能够让客户端通过参数或其他方法证明他们是某个用户。

这可能吗?如果可以,最好的方法是什么?

最佳答案

callable functions 。请注意,firebase.auth() 提供用户/客户端身份验证。因此,Firebase 函数将通过服务帐户与数据存储进行通信。

Callable functions are similar to other HTTP functions, with these additional features:

  • With callables, Firebase Authentication and FCM tokens, when available, are automatically included in requests.
  • The functions.https.onCall trigger automatically deserializes the request body and validates auth tokens.

关于javascript - Firebase Cloud Functions Http 请求 - 验证用户,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53789052/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com