标签: firebase firebase-authentication
我已经阅读了question,但没有提供我需要的答案。 密码太短 :
POST https://www.googleapis.com/identitytoolkit/v3/relyingparty/verifyPassword?key=XXXXXXXXXXXXXXXXXXXXXXX 400
catch 无法捕获以下错误:
catch
firebase.auth().signInWithEmailAndPassword(username, password).then(user => { //good }).catch(error => { //bad })
如何使用 Web SDK 处理身份验证错误400?并用友好的消息通知用户? #AskFirebase
谢谢