Hello Everyone
I am working in one project in which i have implementing the authentication with Firebase using Phone Number. So when i verify it with firebase it will send me the verification code. Now the problem is if i am doing multiple request with same phone number then it is not sending me the verification code again and again. In this case it will only sending after timeout. I need to do implement in that way in which user can get verification code every time. Any one know how to handle this problem?