I want to implement the phone verification by sending OTP using firebase, how to do this? . I have tried by following this thread in github, but no use it's not helping, signInwithphoneNumber only signs in user not verifies the user by sending SMS OTP code, how to solve this?
Github thread link:https://github.com/flutter/flutter/issues/46021
When I have implemented throwed the following error:
Error: UnimplementedError: verifyPhoneNumber() is not supported on the web. Please use
`signInWithPhoneNumber` instead.
Can someone help me out please !!!
You have to use
then this to verify
You can also add RecaptchaVerifier as per your own use like
and you can also edit reCaptcha