Firebase phone number verification allows one time verification and sent a verification code to a phone number one time. But I need to get more verification code received in one phone number. I need to verify user several time. Is there any way to get more verification code in one number?
Asked
Active
Viewed 207 times
0

Frank van Puffelen
- 565,676
- 79
- 828
- 807

Ashek
- 3
- 3
-
Is this for testing during development? If so, see https://firebase.google.com/docs/auth/android/phone-auth#test-with-whitelisted-phone-numbers for how to whitelist a phone number for testing. – Frank van Puffelen Sep 24 '19 at 19:45
-
No. Its not only for developing time testing. I wanna verify my app user several time. – Ashek Sep 25 '19 at 06:28
1 Answers
0
You should try your apk to build in 'release' mode not in apk mode as per this link For this go to the left bottom corner of your android studio select 'Build varient' and change it to release mode and let gradle sync.Try again with your problem might it get solved.

harsh
- 11
- 2
-
Using release mode, still I won't get a verification sms. Because 1 got a sms previously. How can I get more verification code in one number? – Ashek Sep 25 '19 at 11:17