gpt4 book ai didi

firebase - 在 Firebase 中从对 Cloud Function 的请求中获取用户信息

转载 作者:行者123 更新时间:2023-12-03 18:31:44 25 4
gpt4 key购买 nike

我希望能够获取在 Firebase 中调用的 Cloud Function 的用户信息。我有这样的事情,在用户登录应用程序后被调用:

exports.myFunction = functions.https.onRequest((req, res) => { ... }

我需要获取发出请求的登录用户的 uid。请问有什么建议或意见吗?

最佳答案

有关发出请求的用户的信息不会与 HTTPS 函数调用一起自动传递。

您可以 pass the ID token along yourself and decode/verify it in your function ,或者您可以 use a callable HTTPS function ,它会自动传递用户信息。

关于firebase - 在 Firebase 中从对 Cloud Function 的请求中获取用户信息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52444812/

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