gpt4 book ai didi

swift - Xcode Swift Firebase 如何创建 FIRAuth 的第二个实例

转载 作者:搜寻专家 更新时间:2023-11-01 05:35:54 24 4
gpt4 key购买 nike

<分区>

有人知道如何在 Swift 中创建第二个 FIRAuth 实例吗?你看,现在你不能以编程方式创建新用户。然后您将以您创建的新用户身份登录。像这样:

FIRAuth.auth()?.createUser(withEmail: txtUsername.text!, password: txtPassword.text!, completion: {
user, error in
//your stuff
})

解决方法是创建 FIRAuth 的第二个实例,它实际上会在您未注销的情况下创建新用户。

SecondFIRAuth.auth()?.createUser(withEmail: txtUsername.text!, password: txtPassword.text!, completion: {
user, error in
//your stuff
})

如果有一些代码建议我如何管理它会很棒。

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