I want to send to user email with oobCode
instead of link when they try to reset the password. But there is no variable like %OOB_CODE%
because of this I have to send link which forces my users to open new tab with my application but I want to users to receive the oobCode
and then copypaste it into field in my application which already opened
I found similar questions:
- How can I send OTP(One Time Password) from Firebase
- Is it possible to send an OTP instead of a link via Firebase Passwordless authentication?
- How to send OTP via email for password reset in firebase
The similar questions are old, they asked more than 2 years ago
Is there any way to send only oobCode
instead of link in "Password reset email"?