phone number + a custom password

Custom Code

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 πŸ™

What have you tried so far?

Firebase Phone Auth β†’ works, but sends OTP every time

Did you check FlutterFlow's Documentation for this topic?
No
2
8 replies