gpt4 book ai didi

node.js - Firebase createUserWithEmailAndPassword 方法在node.js 中未定义

转载 作者:太空宇宙 更新时间:2023-11-03 21:57:00 26 4
gpt4 key购买 nike

启动时出现问题..

我初始化了我的 firebase 应用程序。但 auth() 不起作用

var auth = firebase.auth();
console.log(auth.createUserWithEmailAndPassword)

createUserWithEmailAndPassword返回未定义。

它还给出了函数错误

var email = "mail@mail.com"
var password = 123

var auth = firebase.auth();
auth.createUserWithEmailAndPassword(email, password).then(function(result) {
console.log(result)
}).catch(function(error) {
console.log(error)
});

错误:

TypeError: auth.createUserWithEmailAndPassword is not a function

问题是什么?

最佳答案

Firebase 3.0.5 中没有针对 node.js 的 createUserWithEmailAndPassword 方法,请查看 documentation

关于node.js - Firebase createUserWithEmailAndPassword 方法在node.js 中未定义,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38015117/

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