the client I am working for has the following flow.
signup:
user enters email -> email is verified before account creation -> user sets up a password -> user selects interests -> user account created
how do i set this up in a react native app?
the docs seem to only talk about logging in using the otp.
edit: is there a way i can do this with edge functions?