Firebase for Nativescript中的登录错误

时间:2018-04-05 06:50:32

标签: firebase firebase-authentication nativescript

您好我尝试在nativescript中实例化我的密码登录但发送给我错误:

Dictionary

这是我的代码:

JS: error con login por email Logging in the user failed. com.google.firebase.FirebaseException: An internal error has occurred. [ {
JS:   "error":{
JS:     "code": 400,
JS:     "message": "USER_NOT_FOUND",
JS:     "errors": [
JS:       {
JS:         "message": "USER_NOT_FOUND",
JS:         "domain": "global",
JS:         "reason": "invalid"
JS:       }
JS:     ]
JS:   }
JS: } ]
你可以帮我找到为什么会给我这个错误吗? 当我登录匿名时没有错误

1 个答案:

答案 0 :(得分:1)