🔥 Looking for more content, further content, and a helpful community? Why not consider joining The Digital Pro's #Nocode Academy at www.thedigitalpro.co.uk
@aamindehkordi7 ай бұрын
Hi friend, thank you for the excellent tutorial, i just had a quick question regarding the custom authentication option within flutterflow, if i do all of the same techniques as this video do i still need to provide flutterflow with the access/refresh tokens from supabase or does it handle on the click of the link? if so at what point in time?
@Statsjk8 ай бұрын
I wish someone like you will make tutorials on some of the basic but painful things to implement in flutterflow like Google auth sign-in firebase that requires SHA-1 keys, Revenuecat Integration, other payment integrations, Facebook sign-in, Reward Ads, Connecting to github, using emulators etc.... It's great that you are making advanced tutorials but there are beginners too who struggle at implementing some basic functionalities. There are even no paid courses available.
@the_digitalpro8 ай бұрын
Blimey these all sound more like advanced topics. Thanks for sharing.
@bluerm1358 ай бұрын
Beautiful! I sincely wish the tutorial about Apple login and Google login with supabase in flutterflow. Actually over hundreds people upvote for this feature as wishlist in flutterflow community, but it isn't supported yet for a long time. But it is very important for developers. Login is opening the door of house. If you make the tutorial, it will get many video impressions and make more subscribers. I really hope the tutorial and others will hope too. Please appreciate it!
@the_digitalpro8 ай бұрын
I am very much hoping for Apple Login too. Many thanks.
@JCCFlying3 ай бұрын
Just getting started with Flutterflow and this is helpful. Question for you, if when authenticating a new user and creating the user_profile, how could I query another table to insert data into a not null field ? IE: there are 4 possible Roles from a seperate table and I need to add the uuid from the role_table into the new user_profile. Thanks
@LukaVolk8 ай бұрын
Hey @the_digitalpro, does this action also cover the refreshing of the Supabase access token?
@wesseldieben74908 ай бұрын
Thank you great video, I have one this only works for project launched on the web right? Because you need a redirect URL in Supabase, do you need an edge function to accomplish this with an mobile application?
@MyInspireSphere8 ай бұрын
Great content as always. Topic is right on. Is this functionality supported natively for Firebase in flutterflow?
@isaacjohnston70222 ай бұрын
How does this work on the web app? I don't think browsers can handle that type of URL that supabase is supposed to redirect to.
@laugedyret8 ай бұрын
Grelt; thanks
@the_digitalpro8 ай бұрын
No worries 👍
@PinasPiliNa9998 ай бұрын
Please make a tutorial on how to use Flutterflow,Supabase and Buildship to create a Point of Sale App, just the selling Portion of a point of sale will suffice. Thanks!
@AbdulBasit-s9p4 ай бұрын
web link not working on the web. I also published the app. Does it only work on real devices? Could you confirm if this is expected behavior?
@the_digitalpro4 ай бұрын
Links are working fine as I have just tested them. Yes this does work perfectly fine on a real device.
@jimvh75578 ай бұрын
Hi Steve. Good to know. So magic links always lets you authenticate by confirming your email instead of typing your password? I mean not only at the first login? So it replaces a signup and normal login screen?
@the_digitalpro8 ай бұрын
Hey Jim. It's an alternative method of authentication but you still need users to signup initially.
@jimvh75578 ай бұрын
@@the_digitalpro So what is the actual benefit?
@hossameldeinsalem6 ай бұрын
@@jimvh7557 i think magic link does not add any layer of security so its pointless but thanks for steve any ways
@chetty12122 ай бұрын
@@jimvh7557 maybe you want your users to only be able to login through this magic link method, instead of the traditional login email/username and password ... or you could even redirect them to that login page as well
@saudchougle88314 ай бұрын
how does this work for web app?
@adeterminedpolarbear8 ай бұрын
Please seriously make a video on Revenuecat. The video on the flutter-flow channel hasn't been updated in years and I need to learn how to properly integrate it. I do appreciate what your doing but a lot of people need help with this.
@solarkadakiadam7 ай бұрын
What if i want to create a user with otp ?
@the_digitalpro7 ай бұрын
Unfortunately OTP is not natively supported in FlutterFlow at this moment.
@BGdev3058 ай бұрын
So instead of the user clicking the link, they forward to a friend.. and THAT person clicks the link.. that person is now in. aka a person sharing login / password to your app? Sorry, I'm goona need IP + some kind of session info, hashed.. verified at the logged in success page.
@the_digitalpro8 ай бұрын
But why would you forward on a login link to a friend? That's like sending a forgot password link for someone to change. You just would not do that.
@BGdev3058 ай бұрын
@@the_digitalpro Exactly my point. Someone could forward the email to a friend and they could use it to login correct? I'm confused, Why would I want that for my app?