python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k 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