firebase-authentication-dotnet
firebase-authentication-dotnet copied to clipboard
Add Invalid_Login_Credential case
Response when the wrong pass is provided:
Response: { "error": { "code": 400, "message": "INVALID_LOGIN_CREDENTIALS", "errors": [ { "message": "INVALID_LOGIN_CREDENTIALS", "domain": "global", "reason": "invalid" } ] } }
I have added this case to parser
Can you revert the change in UWP sample? Otherwise happy to merge