Hi everyone π
I'm building an app where users register using their phone number + a custom password, but I want to avoid sending an OTP every time the user logs in.
πΉ Here's what I want:
First registration = OTP is sent
After that, I let the user set a password
For future logins, I want them to just enter their phone number and password, like classic email/password login
I want to avoid sending a new OTP every time because of cost and UX
Is there a recommended way in FlutterFlow to do phone+password auth without using SMS each time (custom code or other )?
Thank you for your help π