python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Is there a way to generate a HOTP with time limitation?
For example, I want to get a HOTP that can only be used in 10 minutes.
Not TOTP cause it's possible that when users get the code there are only 10 seconds left.
AkiraVoid
Votes: 0
Answers: 1
How can I make the Firebase OTP return the Sms CodeSent so that I use it for verification other than Sign in?
The following firebase function sends the OTP code to the phone number.
Problem is.. _onVerificationCompleted gets only invoked when the phone number is on the device that is sending the request (SIM ...
Mahmoud Eidarous
Votes: 0
Answers: 0
how to implemment auto detect otp using firebase?
I have implemented OTP verification using firebase,now I want add auto-detect OTP verification functionality in tha. But before autodetect app should ask about the permission for auto detect. How to d...
Shweta
Votes: 0
Answers: 1
how to get otp when sim is inserted in 1st slot only?
I am trying to develop an android project where OTP should recive only when number which user trying to register is inserted in first slot. How to do that? is this possible with help of firebase? and ...
Shweta
Votes: 0
Answers: 1