firebase-authentication-dotnet icon indicating copy to clipboard operation
firebase-authentication-dotnet copied to clipboard

Add Invalid_Login_Credential case

Open KonradZaremba opened this issue 2 years ago • 1 comments

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

KonradZaremba avatar Jan 02 '24 13:01 KonradZaremba

Can you revert the change in UWP sample? Otherwise happy to merge

bezysoftware avatar Jan 02 '24 20:01 bezysoftware