I have setup a phone auth using firebase. I have followed all the necessary steps to setup everything.
But When I want send OTP on my number on click I get the following error from firebase -
{
"error": {
"code": 400,
"message": "CAPTCHA_CHECK_FAILED : Hostname match not found",
"errors": [
{
"message": "CAPTCHA_CHECK_FAILED : Hostname match not found",
"domain": "global",
"reason": "invalid"
}
]
}
}