Just what I've been looking for! I appreciate your commitment to supabase- I believe it's the only long term solution available right now. Google is not know for continued support of anything but its mainstream products. I see that you're working on the email verification, another thing which is needed. I'm going to try adapting the Phone Auth technique you've detailed in this video to using OIDC and Twitch. The way you've got it laid out seems pretty clear. (Famous last words...)
Hi friend. Can I request Auth with phone number, email, and password when signing up. Then when logging in we only need to use one, either phone number or email? And if we forget the password, there will be a menu to reset the email, so later we will be asked to enter a recovery email.
You are able to use the code for forgot password from here: Level Up Your App: Forgot and Reset Password in FlutterFlow and Supabase th-cam.com/video/4oVnyInSLZo/w-d-xo.html using the phone auth code as well. According to Supabase’s documentation, if the user has no email, it will send the reset password link to their phone number instead. Do let me know if you’d like a full tutorial on this!
Would love to see an apple authentication! If we have any other types of authentication for mobile devices, apple REQUIRES you to have an apple authentication - so everyone will have to have this at some point with Supabase
Hello, friend. Thanks for your tutorials about Flutterflow and Firebase. Could you make one tutorial about how to verify the user's email when they register with a password? As you know, by default this option does not work in Flutterflow and is necessary write custom code.
Thank you. Yes that is possible. It’ll be coming soon. In the mean time you can check out sign in with phone otp: th-cam.com/video/9ygSqNKTpXI/w-d-xo.htmlsi=uetJj1GidBsTyypO
@@just_xolotl I just found out that flutterflow is not yet supported the sign up anonymous user (supabase.auth.signInAnonymously) from supabase v1. Are we going to update update supabase to v2 ?
@@viewer54612 you can try to import the newest version of Supabase but it might cause some crashes in your app so you have to be careful. Hopefully the FF team upgrades Supabase soon. :)
Just what I've been looking for! I appreciate your commitment to supabase- I believe it's the only long term solution available right now. Google is not know for continued support of anything but its mainstream products. I see that you're working on the email verification, another thing which is needed. I'm going to try adapting the Phone Auth technique you've detailed in this video to using OIDC and Twitch. The way you've got it laid out seems pretty clear. (Famous last words...)
Awesome all the best haha 💪
Hi friend. Can I request Auth with phone number, email, and password when signing up. Then when logging in we only need to use one, either phone number or email? And if we forget the password, there will be a menu to reset the email, so later we will be asked to enter a recovery email.
Can I request to create an auth like this but with a forgot password feature?
Thanks for sharing this very informative video.
Thanks loyal viewer 😉
@@just_xolotl 🤣
Thanks for this. How do you handle forgot password with this method?
You are able to use the code for forgot password from here: Level Up Your App: Forgot and Reset Password in FlutterFlow and Supabase
th-cam.com/video/4oVnyInSLZo/w-d-xo.html using the phone auth code as well. According to Supabase’s documentation, if the user has no email, it will send the reset password link to their phone number instead. Do let me know if you’d like a full tutorial on this!
@@just_xolotl thanks, much appreciated.. I’ll check this out and let you know if the tutorial is needed.
Perfect. Can you do a tutorial to invite other users and assign them a role using FF+Supabase ?
Thanks. I’ll look into that :)
Would love to see an apple authentication! If we have any other types of authentication for mobile devices, apple REQUIRES you to have an apple authentication - so everyone will have to have this at some point with Supabase
Will be looking into that! Thanks for the suggestion!
Hello, friend. Thanks for your tutorials about Flutterflow and Firebase. Could you make one tutorial about how to verify the user's email when they register with a password? As you know, by default this option does not work in Flutterflow and is necessary write custom code.
Yup I’m researching into now
@@just_xolotl Tank you! And tank you for make knowledge funny.
Brother make video on firebase ana flutterflow phone authentication please
Alright brother
Great video. Is it possible to have a phone otp sign up without password ?
Thank you. Yes that is possible. It’ll be coming soon. In the mean time you can check out sign in with phone otp: th-cam.com/video/9ygSqNKTpXI/w-d-xo.htmlsi=uetJj1GidBsTyypO
@@just_xolotl I just found out that flutterflow is not yet supported the sign up anonymous user (supabase.auth.signInAnonymously) from supabase v1. Are we going to update update supabase to v2 ?
@@just_xolotl I just found out that flutterflow is not yet supported "supabase v1 create an anonymous user". Do we have to update to supabase v2 ?
@@viewer54612 you can try to import the newest version of Supabase but it might cause some crashes in your app so you have to be careful. Hopefully the FF team upgrades Supabase soon. :)
how phone auth in firebase
Sorry I am not familiar with Firebase.