标签: firebase
我正在使用Firebase函数创建用户/登录。
一种方法 我可以导入Firebase客户端库,然后执行.auth().createUserWithEmailAndPassword 并使用client做同样的事情。
.auth().createUserWithEmailAndPassword
client
确实希望不必在服务器上导入{{1}}库来完成此操作。