gpt4 book ai didi

node.js - Node.js 未定义 Firebase 函数 signInWithCustomToken

转载 作者:搜寻专家 更新时间:2023-10-31 23:41:10 34 4
gpt4 key购买 nike

所以我创建了一个自定义 token

const token = authRef.createCustomToken(options.userId, {
app: appRootName,
debug: !!options.debug
});

然后尝试登录

return authRef.signInWithCustomToken(token).then((user) => {
return user;
});

自定义创建 token 成功,但 signInWithCustomToken 吐出此错误。

TypeError: authRef.signInWithCustomToken is not a function

这是用于 nodejs 的 Firebase 3,并且已经设置了服务帐户。应用程序已正确初始化(或者 token 生成一开始就不起作用),这是什么问题?

最佳答案

实际问题是


authWithCustomToken

存在于 firebase 中,而不存在于 firebase-admin 中,后者主要在使用 firebase 安全功能时使用。

关于node.js - Node.js 未定义 Firebase 函数 signInWithCustomToken,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39479063/

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