Firebase signInWithEmailAndPassword() 400() POST Error

后端 未结 1 755
天命终不由人
天命终不由人 2021-01-11 16:07

I’m currently implementing the new firebase auth() in my angularjs app and every time I call

firebase.auth().signInWithEmailAndPassword(email, password)


        
相关标签:
1条回答
  • 2021-01-11 16:48

    I can confirm @bojeil's answer, the error is intended behavior. Does not happen when password is correct!

    0 讨论(0)
提交回复
热议问题