I have to congratulate you not only for the video but for making the code available, many KZbinrs make videos and don't make the code available. You're 1000 note
@flutterflowvip11 ай бұрын
Glad I could help
@mohamedsaid344910 ай бұрын
thanks for all the other videos by the way they are great and very very helpful.
@flutterflowvip10 ай бұрын
Glad you like them!
@mazenalsakkaf11 ай бұрын
Fantastic video! I'm particularly interested in implementing a reminder feature that can notify the user even when the app is not running. I'm using FlutterFlow and Supabase, and I'm not sure how to achieve this functionality. Could you please share some guidance on how to approach this? Thanks again for the great content! Cheers
@flutterflowvip11 ай бұрын
Integrate Onesignal with your app . I have already created a video on onesignal integration with flutterflow.
@mazenalsakkaf11 ай бұрын
@@flutterflowvip Thanks a lot!
@vnhg6 ай бұрын
This is really good. Thank you
@ajaykumarz225 ай бұрын
Hey, the status bar color changed but the text and icons on status bar is not visible. maybe those text and icon colors are also white? how to handle this?
@flutterflowvip5 ай бұрын
To change color of status bar text and icon you have to extend the code to use color for these.
@wesseldieben74907 ай бұрын
I have a question this only seems to work on web. XCode for IOS doesn't support dart library 'dart:html'. So how do we solve this?
@flutterflowvip7 ай бұрын
You can try another package instead of html that supports ios
@jwolpert7 ай бұрын
This has changed, right? Flutterflow authentication options now include Supabase/Google oauth direct setup without creating custom code, no?
@flutterflowvip7 ай бұрын
Yes it's now available in flutterflow
@scalenieduszy10 ай бұрын
Great job!
@mohamedsaid344910 ай бұрын
i did exaclty as shown in teh video but the it keeps saying "Declaration not found" am i missing on something??
@flutterflowvip10 ай бұрын
Try the action name by copy pasting function name
@alexjunio_prof10 ай бұрын
Thank you! Could you teach us how to insert a row in a table "user" as example after the users sign up with Google?
@flutterflowvip10 ай бұрын
You can insert exactly the same way you do if implemented email auth.
@Kamal_sabki8 ай бұрын
I setup google auth with supabase and I realized that create account and login with google are the same, they jump directly to the logged in page overriding any logic; I inserted an action to insert a row right after create account to add a row in my custom user table and it’s not working , it only add a row in the auth table. I have a 2 flows in signup (email and google) based on the choice I have to navigate the user to a specific page, it’s working with email and not working with google, it neglect my logic and jump to home page. Any suggestions ?
@flutterflowvip8 ай бұрын
the login flow will be the same because the auth response is handled by Flutter flow. and about - you can create a function and trigger in supabase - so when a new auth user gets created it will create the same user in public.user table with the same auth uid @@Kamal_sabki
@mdsalahuddin284110 ай бұрын
Compile button is not available on the custom action code page on ff. any advice?
@flutterflowvip10 ай бұрын
It's happens sometimes just refresh the page.
@athuls281611 ай бұрын
great video man, can you do a video for payment with supabase it would be a banger for sure and the community is eager tp know that! hope...
@flutterflowvip11 ай бұрын
Sure
@athuls281611 ай бұрын
@@flutterflowvip thanks man ! Looking forward to it
@atheer33437 ай бұрын
Is it possible to integrate Stripe connect (for multivendor type of transactions ) in flutterflow with supabase as a backend? If so Can you please make a video on this. Thank you for the content and info.
@flutterflowvip7 ай бұрын
Yes it's possible using edgefunction. and sure I will try to create video on this soon
@atheer33437 ай бұрын
I would greatly appreciate it and the rest of the FF community as well. It’s barely touched upon by anyone else and not a lot of resources for it. Thank you for your consideration and your time and wish you all the best. Love the channel and the content you provide 💙.
@laugedyret11 ай бұрын
Thanks!
@abdifatahsaid662410 ай бұрын
thanks for the video, i have a question how to get the sccess_token, refresh_token and user_id after authenticated. thank you
@flutterflowvip10 ай бұрын
If you use the method mentioned in the video . Then u can use Flutterflows Authenticated user . variable.you will get all the details
@abdifatahsaid66249 ай бұрын
Btw iam using fcm notifications. But it is only working in the background mot the foreground. How can i make it work in the foreground
@bluerm13510 ай бұрын
Great video! It is really helpful. Could we build flutterflow app using apple login in supabase? And this topic is in your future video plan??
@flutterflowvip10 ай бұрын
Yes, definitely we can build apple login with supabase and yes it is in my video plan.
@sbessot10 ай бұрын
hello, it seems to stay in test mode for Google, how do we change it to production ?
@flutterflowvip10 ай бұрын
If you are creating web app then you have add your web url in supabase redirect uri If it's an Android or iOS then add your deeplink in supabase redirect uri.
@sbessot10 ай бұрын
we have an error with the code "import 'dart:html' as html" when we export apk file.@@flutterflowvip
@vito778 ай бұрын
@@flutterflowvip same error "import 'dart:html' as html" here
@JimilPatel-f6h11 ай бұрын
Thank you for this video..can you please make video how to see realtime changes in flutterflow from supabase?
@flutterflowvip11 ай бұрын
sure i will make a video on this soon
@YohannanKPhilip11 ай бұрын
Hey thanks for the video, Your video works great for web app But can you help how to make this of mobile app?
@flutterflowvip11 ай бұрын
this method is also for mobile app just follow the deeplink steps
@sergiuKyzminskiy5 ай бұрын
Hello! The video is good, but is I don't need to create an account in the app, how should I perform auth. to the app. For example, I want to create the app for private company and the access to the app will only for the people, who are in the DB.
@real_manish5 ай бұрын
you can disable account creation . and add users manually.
@real_manish5 ай бұрын
or if everyone using organization email id . Then you can allow login or registration with specific domain .
@flutterflowvip5 ай бұрын
you can follow any of these.
@diegotewhite10 ай бұрын
Thanks for sharing your knowledge!!! I ran into a problem and I can't solve it. I get an error when compiling the action. This is the error : Unknown error compiling custom code. A common cause is a custom widget or action whose name in the code does not match the name provided in the editor. To make sure it's not the name, I used the boilerplate. I changed the name signInWithGoogle 1000 times, I put shorter names... but nothing. I thought it was a Beta version problem, but no. I tried compiling it with the beta in another project and it worked. The only difference is that the other project does not import this: import '/backend/schema/structs/index.dart'; Forgive me if I'm showing you this and it has nothing to do with it, I'm not very clear about this.
@flutterflowvip10 ай бұрын
Thanks for pointing it . This import is unnecessary. I will remove it from the code.
@diegotewhite10 ай бұрын
I can´t remove it...
@flutterflowvip10 ай бұрын
Then you must be using data type .
@flutterflowvip10 ай бұрын
Try to copy and past the exact name in function to the action name.
@diegotewhite10 ай бұрын
Miraculously, that error no longer occurs! The problem is that when I log in with Google, it goes to the web app and not to the app that I am testing or running.
@abdifatahsaid66248 ай бұрын
can you create the apple signin with supabase please. thank you
@flutterflowvip8 ай бұрын
Sure soon
@abdifatahsaid66248 ай бұрын
And also can you make a video for sms otp auth
@flutterflowvip8 ай бұрын
Sure
@Kamal_sabki7 ай бұрын
Thanks for the video, I have an issue with google signup as am not able to redirect the user to a certain page to continue the onbording, i have a page with pagview widget (7 pages) and based on the choice of auth (email, google or apple) I redirect the user to the right pageview index to continue the onbording signup, but the behavior is different as when clicing on signup with google the user is directed to the site URL of supabase, even redirect url with deep linking not working ? any suggestions please to redirect the user only in the sigup process ? thanks
@flutterflowvip6 ай бұрын
i you want to redirect to specific page then you have to use custom authentication in flutterflow
@16tdАй бұрын
hello, is using google sign-in free (with supabase)?
@flutterflowvipАй бұрын
yes its free
@yosbel125 ай бұрын
can you make one with discord login with supabase and get groups channel notifications
@flutterflowvip5 ай бұрын
Sure I will try to make it soon.
@yosbel125 ай бұрын
@@flutterflowvip that’s would be great ! !
@pramodgeorgehq5 ай бұрын
Hi Manish, how do I connect with you?
@flutterflowvip5 ай бұрын
Hi pramod you can mail me here - manish@flutterflow.vip
@xzatech11 ай бұрын
Would you mind doing a Supabase reset password video? much appreciated
@flutterflowvip11 ай бұрын
Coming soon
@PrinceSingh-z9v4i10 ай бұрын
Sir, please make a dedicated video on reflect, i request you
@flutterflowvip10 ай бұрын
I won't be able to make seperate video right now. But I can guide you if you face any issue while creating your note app. Let me know where you are stuck .
@PrinceSingh-z9v4i10 ай бұрын
@@flutterflowvip sir, how to add bold, heading section on note taking app
@PrinceSingh-z9v4i10 ай бұрын
@@flutterflowvip sir, can you just show the timeline, for example which widget you are using and all of stuff!! Please its took only few minutes and help alot of subs.
@flutterflowvip10 ай бұрын
For Note Taking app you can try html Enhance Editor Package. It's have all the feature required for a note taking app. That exactly I have used in reflect
@PrinceSingh-z9v4i10 ай бұрын
@@flutterflowvip that why i said to make a dedicated video, i dont have knowledge in coding sir, please make a video on, i s e n d. y o u 1000 r s , sir please na i request you many times, please just open the camera and shoot the video, i dont know coding and advance knowledge in flutterflow, please 🙏
@onedayapp35344 ай бұрын
Do you know how to do it also with AppStore loging?
@flutterflowvip4 ай бұрын
What do you mean. AppStore loging
@onedayapp35344 ай бұрын
@@flutterflowvip iOS logging sorry, with the Apple account
@jeaneshpatel437011 ай бұрын
I've implemented this, however there is an issue with the callback url that is returned by supabase. In flutterflow it seems the fragement (#) is being removed on load, so we can't access access_token, refresh_token, provider_token, expiry, etc. Any ideas how to get this data? Also these parameters are not in camel case which I think is another issue.
@flutterflowvip11 ай бұрын
add the deeplink off your to Supabase . For callback url. and test in read device.
@jeaneshpatel437011 ай бұрын
@@flutterflowvip Hi, I managed to get this working with a custom action, by using the uni_links dart package to read the deeplink. Thanks for your help!
@flutterflowvip11 ай бұрын
Good to know .
@galendoproject639811 ай бұрын
sir, how do you add level users in ff supabase?
@flutterflowvip11 ай бұрын
What do you mean level user. Do you mean add user as different role instead of user ? Like . admin or something?
@galendoproject639811 ай бұрын
yes users like admin, user1, user2. how to use it in flutterflow supabase?
@flutterflowvip11 ай бұрын
First you need to create roles using SQL and Create RLS Policy according to those roles for Inserting , updating , deleitng @@galendoproject6398
@galendoproject639811 ай бұрын
Can you provide or share the video sir 🙏🙏
@flutterflowvip11 ай бұрын
I haven't created any role based video on supabase yet. but I am planning to create video on this topic soon.
@akashadepudi852611 ай бұрын
bro can u say how to login with mobile number otp verification using supabase can anyone help me pleaseee
@flutterflowvip11 ай бұрын
yes bro I will make a video on this soon.
@amazingvideos48244 ай бұрын
Brother please provide username and password to download the code
@flutterflowvip4 ай бұрын
It will be available tomorrow
@romilmachado76 ай бұрын
Hey, I am facing an issue in my flutter flow project. Is there any way I can connect with you. Instagram or chat box?
@rohailkhalid527 ай бұрын
when i open the code you gave in description it shows this? tell me how can i fix this and also plz tell me where can i find my Site URl for Url configration { "kind": "Status", "apiVersion": "v1", "metadata": {}, "status": "Failure", "message": "forbidden: User \"system:anonymous\" cannot get path \"/flutterflow-google-login-with-supabase/\"", "reason": "Forbidden", "details": {}, "code": 403 }
@flutterflowvip6 ай бұрын
thats for reporting let me check
@rohailkhalid526 ай бұрын
I will be very grateful if u would help me in this and also can you plz tell me how to use phone authentic ation
@flutterflowvip6 ай бұрын
Sure
@YohannanKPhilip11 ай бұрын
Hey Thanks for the video, Your video works great for web app But can you help how to make this of mobile app?
@flutterflowvip11 ай бұрын
the method i used in this is also going to work on mobile device .i have tested.