👍VIEW/CLONE ALL MY NOCODE APPS + support my work: www.patreon.com/jamesnocode 👍GET MY NEW TRAINING - MASTERING FLUTTERFLOW: masteringflutterflow.com 👍GET MY NEW TRAINING - MASTERING SUPABASE: masteringsupabase.com
Anyone else get an error at 52:34? I followed everything, my product table has a row called "name". After adding the Query to name and Variable to name and Testing API call, I get Status: 400 (Failure). Error on top right bug shows: Variable "name" specified in API call does not exist. HELP!! 😅
Hi James! I would really like to appreciate your work regarding flutterflow as per my research you are teaching some really good and deep stuff, but with these full production-ready complex apps you can focus on micro apps that would be fun to learn and as well as they would be beginner friendly , and i hope you would consider it important and consider working on micro apps like notes app, quiz app and many more simple apps with the UI as well as the backend .
3:46 how can I add the plus/ minus button and a text box to put the quantity? this way customers can add the quantity easily, customers always pick more than 1 quantity
For the GetProducts request in Home I changed the expression for the variable 'name' from searchString != null ?"ilike.*$searchString*":"ilike.**" to searchString != null ?"ilike.*$searchString*":"gt.0" and no more 'null list' issues.
what is the best way to implement PUSH when I use Supabase? I need to send it to the shop owner when he gets a new order. 1. Make authorization with FB? 2. OneSignal? 3. Buldship?
Hi James! Im a newbie and really enjoying your videos! I have a question! I tried replicating the add to cart function and it works okay but when I log in with a different user ID, I can see other user’s cart list due to the appstate. How can I fix this??
Hi James, thanks for the video. I had one doubt. The cart items that are updated in the app state, do we also need to add the user id or will it be different for each user automatically? For eg, if person A logs in and add items to his cart, will Person B's cart will also contain those items? Its a very naive doubt but i ll really appreciate your response. Thanks
maybe a minor detail, but at 1h 49m a function that was not created during the tutorial suddenly comes into existence. This is the second video on this channel that i begin, then end up abandoning after many hours invested following the video. Not sure if i wish to continue following any other tutorials from this channel. Maybe i'll come back after learning more basic stuff and be able to figure out the gaps in the tutorial. I do have a question about your patreon content. Is the patreon video content edited in the same manner that regular youtube content is edited? I seems like there are many gaps in flow. Seconds missing here and there which makes menu navigation cumbersome. Thanks anyways, i did learn something.
Super video thanks James ! I did not find anywhere how to display pdf files from private bucket without generating a signed url. But with the GET method. Do you have any solutions on how to manage private files without having a direct link into the browser ? Thanks a lot !
Great! Can you please make one for Stripe Connect (for multivendor/multiple Sellers) without Buildship and if possible without redirecting the user outside the app. Again thank you for this info truly needed for FF/Supabase. ❤
Awesome video! I'm building a SaaS on flutterflow+supabase. Is using build advisable/mandatory? Can I develop a complete subscription flow using only supabase server functions? Thanks!
I love your videos and I think you have the knowledge and experience. However, you're moving too fast in the videos and your mouse is everywhere and the windows are switching fast. It makes it extremely difficult to follow along. I started following the first 20 min then I gave up.
Really enjoy your videos taught me a lot, but you really got to do a better job on your RUclips titles. Production ready complex app gives us viewers no reference of what we will be building. I literally had to go through 12 of your videos to find the one I wanted to learn because all of them are the same title. Simply naming the videos on what project ( Uber Clone using Flutterflow) will 10x more sense.
👍VIEW/CLONE ALL MY NOCODE APPS + support my work: www.patreon.com/jamesnocode
👍GET MY NEW TRAINING - MASTERING FLUTTERFLOW: masteringflutterflow.com
👍GET MY NEW TRAINING - MASTERING SUPABASE: masteringsupabase.com
sir many problems faces with errors show
Appreciate this long detailed tutorial. Was struggling with category filtering and this video helped.
Keep up the good work!
Anyone else get an error at 52:34?
I followed everything, my product table has a row called "name". After adding the Query to name and Variable to name and Testing API call, I get Status: 400 (Failure).
Error on top right bug shows: Variable "name" specified in API call does not exist.
HELP!! 😅
love this!! best combo of tools out there for nocode builders - FlutterFlow, BuildShip & Supabase!! PS: loving the award plaque on the back 😄
Awesome, thank you!
Best tutorial ever!! You are the best James!!!
Hi James!
I would really like to appreciate your work regarding flutterflow as per my research you are teaching some really good and deep stuff, but with these full production-ready complex apps you can focus on micro apps that would be fun to learn and as well as they would be beginner friendly , and i hope you would consider it important and consider working on micro apps like notes app, quiz app and many more simple apps with the UI as well as the backend .
3:46 how can I add the plus/ minus button and a text box to put the quantity? this way customers can add the quantity easily, customers always pick more than 1 quantity
Dude you're my hero thanks for these I'm learning so much
unexpected null value. The revelant error-causing wedget was: HomePageWedget solve this error Please sir 🙏
For the GetProducts request in Home I changed the expression for the variable 'name' from searchString != null ?"ilike.*$searchString*":"ilike.**" to searchString != null ?"ilike.*$searchString*":"gt.0" and no more 'null list' issues.
change the "null" with empty "" like this: searchString != "" ? "ilike.*$searchString*" : "ilike.**"
In your API Call definition / Variables / set Default Value to Empty String
not working shows many problems after filter
Is there a way to avoid being redirected to a web page after payment?
what is the best way to implement PUSH when I use Supabase? I need to send it to the shop owner when he gets a new order.
1. Make authorization with FB?
2. OneSignal?
3. Buldship?
I've the same question
You are thé best
Hi James! Im a newbie and really enjoying your videos! I have a question! I tried replicating the add to cart function and it works okay but when I log in with a different user ID, I can see other user’s cart list due to the appstate. How can I fix this??
Hey James, I need help with
"how to make checkboxgroup to select only one option in flutterflow"
What design tool are you using at the beginning of the video?
Hi James, thanks for the video. I had one doubt. The cart items that are updated in the app state, do we also need to add the user id or will it be different for each user automatically? For eg, if person A logs in and add items to his cart, will Person B's cart will also contain those items? Its a very naive doubt but i ll really appreciate your response. Thanks
Big Fan brother you helped me a lot please make an video on creating an wallpaper app in flutterflow using pixels api.
What‘s the name of the software to plan the schema and design the app?
Which app are you using for these cool diagrams while you're explaining the app and database schema?
maybe a minor detail, but at 1h 49m a function that was not created during the tutorial suddenly comes into existence. This is the second video on this channel that i begin, then end up abandoning after many hours invested following the video. Not sure if i wish to continue following any other tutorials from this channel. Maybe i'll come back after learning more basic stuff and be able to figure out the gaps in the tutorial. I do have a question about your patreon content. Is the patreon video content edited in the same manner that regular youtube content is edited? I seems like there are many gaps in flow. Seconds missing here and there which makes menu navigation cumbersome.
Thanks anyways, i did learn something.
just the same the patreon content get one day beforehand that it keep forgetting to cancel ffs
image showing through supabase not showing
How to create a web3 app with lowcode in flutterflow?
lot of errors in filter, it is showing page state is null.
Also cant get it to work
In your API Call definition / Variables / set Default Value to Empty String
Super video thanks James ! I did not find anywhere how to display pdf files from private bucket without generating a signed url. But with the GET method.
Do you have any solutions on how to manage private files without having a direct link into the browser ?
Thanks a lot !
Great video, I'd be curious to see how uou would make the UI to match the design file
can you build an app with IoT to control light of my house?
Great! Can you please make one for Stripe Connect (for multivendor/multiple Sellers) without Buildship and if possible without redirecting the user outside the app. Again thank you for this info truly needed for FF/Supabase. ❤
Awesome video! I'm building a SaaS on flutterflow+supabase. Is using build advisable/mandatory? Can I develop a complete subscription flow using only supabase server functions? Thanks!
Nice just ask for this yesterday ❤
Can this be done with streamlit
I'm getting an error on part 5 after I register name in the query parameters😢.
same here
In your API Call definition / Variables / set Default Value to Empty String
Thankyou so much for videos like this. Could you make an Airbnb clone with supabase? Implenenting uploading a place, renting and maps
what he said
u are the best James
Supabase auth is a nightmare now. i dont' know why but nothing works.
What t-shirt do you have? "Ogień" means "fire" in polish. :D
please do a custom stripe account and stripe custom unbording .You just ignore it like a part 4 we never get. Thank you
woow
I wish you can do another tutorial like this without that stupid Buldship thing.
Do you have any problem with build ship
@@basavarohin8220 that when you reach many users you pay a lot of money and it adds slowness to the app
why
Buildship is stupid
@@innovatorshome ?
I love your videos and I think you have the knowledge and experience. However, you're moving too fast in the videos and your mouse is everywhere and the windows are switching fast. It makes it extremely difficult to follow along. I started following the first 20 min then I gave up.
Why not firebase new videos
Because Firebase sucks!
Really enjoy your videos taught me a lot, but you really got to do a better job on your RUclips titles.
Production ready complex app gives us viewers no reference of what we will be building.
I literally had to go through 12 of your videos to find the one I wanted to learn because all of them are the same title.
Simply naming the videos on what project ( Uber Clone using Flutterflow) will 10x more sense.