我在云函数上使用 firebase admin SDK 来创建用户
admin.auth().createUser({
email: someEmail,
password: somePassword,
})
Run Code Online (Sandbox Code Playgroud)
现在我希望用户使用登录signInWithEmailAndPassword('someEmail', 'somePassword')但我不能。我收到以下错误
{code: "auth/user-not-found", message: "There is no user record corresponding to this identifier. The user may have been deleted."}
Run Code Online (Sandbox Code Playgroud) 无法使BackHandler.removeEventListener工作.任何人都可以指导如何使用它?