Пікірлер
@Justsamir04
@Justsamir04 Сағат бұрын
in the preview section am not getting the values of the variables only names of the variable is displayed any solution ?
@GabrielLopes-k7k
@GabrielLopes-k7k 12 сағат бұрын
One question, how would I initially display the table data? Because as it stands, the data only appears when a search is performed.
@SkoudGeorge
@SkoudGeorge Күн бұрын
you didnt show us how to properly set an otp verification , can you please elaborate more on this topic?
@sakhaff4464
@sakhaff4464 Күн бұрын
Really like your style in tutorial videos, but i am struggling to get this working on Android, the links sends a 404 not found. Tried to tweaks some parts like using the route as redirect URL, but it is not clicking. Any clues? Best wishes for 2025!
@just_xolotl
@just_xolotl 20 сағат бұрын
Hey there! I’m actually working on a new updated video for this since FF just updated to Supabase 2.0. It should be releasing next week! Thanks for the support on the channel!
@YashModi-b1j
@YashModi-b1j 2 күн бұрын
Greate content brother, If you then please solve my problem that is I want to create a grid view with each row contains 3 images like instagram and when click particular click the photo it will appear the all photos in that gridview but in a index wise like in order form. So please help me
@magicwut
@magicwut 3 күн бұрын
Since the migration to Supabase v2, you will have an error upon entering the new password in the reset password page. Replace OP's custom action code with the one below, and all should be good. Hope it helps! import 'package:supabase_flutter/supabase_flutter.dart'; Future<String?> resetPassword(String? newPassword) async { try { final response = await Supabase.instance.client.auth.updateUser( UserAttributes(password: newPassword), ); if (response.user != null) { // Return null if the password was successfully updated return null; } else { // Handle failure by returning the error message return 'Failed to update password.'; } } catch (error) { print('Error: $error'); return error.toString(); } }
@just_xolotl
@just_xolotl 3 күн бұрын
Thank you very much! I will also be creating a new updated video for Supabase 2.0 soon!
@Cesarkzz
@Cesarkzz 3 күн бұрын
Great videos! How can we add how many times a post has been seen?
@just_xolotl
@just_xolotl 3 күн бұрын
Thanks for the question! For this, we can implement an additional action in FlutterFlow. Eg whenever the post is clicked on, update the number of views of that post in Supabase.
@sergiuKyzminskiy
@sergiuKyzminskiy 4 күн бұрын
Thank you so much! You are the best. Its a great fortune to find your video! Please dont stop and go ahead!
@just_xolotl
@just_xolotl 3 күн бұрын
Thank you very much! It really means a lot to me ❤️
@mrkasax
@mrkasax 4 күн бұрын
❤ amazing bro: can you please make a small video about authentication with Firebase, but users data in Supabase ?
@just_xolotl
@just_xolotl 3 күн бұрын
Much thanks! Sure I could make a video on that!
@mrkasax
@mrkasax 3 күн бұрын
@ yes thank verry much
@adonis2846
@adonis2846 4 күн бұрын
This video is so invaluable! Not only did I actually learn about APIs in a way that makes sense. But I also gained confidence by watching you handle the errors. I have been running into errors left and right lately and the sheer amount of errors and frequency has taken a toll on my morale hahaha. Its made me wonder if thats a common experience or if I am just not up to speed. I have spent hours trying to figure out some simple issues. But seeing how you overcame them and your message at the end was very uplifting, and informative! I can't thank you enough. Thank you.
@just_xolotl
@just_xolotl 3 күн бұрын
It’s truly great to hear this! I’m glad that including the errors and debugging process helped you I feel that it is one of the most important parts of programming that most people don’t talk about! Much thanks! ❤️
@adonis2846
@adonis2846 3 күн бұрын
@@just_xolotl I haven't been developing for very long so I can't speak to priorities for all developers, but I have a sense that the error-handling examples are at least equally as valuable (if not more valuable) as going for the goal because when people put the knowledge into practice for their use case, it may lead to running into a lot of errors hahaha.
@heroic_7464
@heroic_7464 4 күн бұрын
Waiting for this
@just_xolotl
@just_xolotl 3 күн бұрын
More coming very soon!
@niyonda_clothing
@niyonda_clothing 4 күн бұрын
😊
@just_xolotl
@just_xolotl 3 күн бұрын
😄
@volunking
@volunking 5 күн бұрын
Happy new year!!
@just_xolotl
@just_xolotl 3 күн бұрын
Happy new year!🎆
@ramonaguilarjoya4800
@ramonaguilarjoya4800 6 күн бұрын
Are you going to add Chat and Video Call to this app?
@just_xolotl
@just_xolotl 5 күн бұрын
Chat has been recorded, scheduled and will release in the final parts of this app 👍
@RebeccaMorgan-ze8jo
@RebeccaMorgan-ze8jo 6 күн бұрын
Hi, could you make a video on how to make the like button functionality work?? thanks
@just_xolotl
@just_xolotl 6 күн бұрын
Yes it has already been scheduled and will be released soon!
@niyonda_clothing
@niyonda_clothing 6 күн бұрын
🎉🎉🎉
@Tap10-c7q
@Tap10-c7q 7 күн бұрын
❤❤❤❤
@16td
@16td 7 күн бұрын
Has it been re-edited according to the v2 update?
@just_xolotl
@just_xolotl 3 күн бұрын
Nope, but the basic functions should all still work. It is only the advanced custom code that will break when transitioning to supabase v2
@16td
@16td 3 күн бұрын
@@just_xolotl yeah I know actually I mentioned those codes
@niyonda_clothing
@niyonda_clothing 8 күн бұрын
🎉
@heroic_7464
@heroic_7464 8 күн бұрын
I am waiting for it sir. Thank you so love from Bangladesh
@just_xolotl
@just_xolotl 3 күн бұрын
Thanks so much for watching and supporting this small channel!
@ZahidBadr-tk7gu
@ZahidBadr-tk7gu 9 күн бұрын
When I insert the initializeMessaging action in main. dart as the final action, my app does not load, it only displays a blank page at the start. In flutterflow debug mode and android phone too, all the data loads correctly, but it seems like the app is waiting for something. If I remove the action in main.dart, the app works again. Do you have any idea what could be causing this?
@just_xolotl
@just_xolotl 9 күн бұрын
Hi! Did you make sure that you imported all the right packages?
@ZahidBadr-tk7gu
@ZahidBadr-tk7gu 9 күн бұрын
@just_xolotl I did everything without any errors, although the start screen is blank, please help!
@ZahidBadr-tk7gu
@ZahidBadr-tk7gu 8 күн бұрын
​@@just_xolotl I did everything without any errors, although I get blank screen on app lunch, please help!
@just_xolotl
@just_xolotl 8 күн бұрын
@@ZahidBadr-tk7gu Have you tried loading it up in test mode and checking the console for errors?
@ZahidBadr-tk7gu
@ZahidBadr-tk7gu 8 күн бұрын
@just_xolotl I test my app on all platforms and all the same, just a blank screen on the startup
@nasif3089
@nasif3089 10 күн бұрын
just what i needed. Thanks!
@just_xolotl
@just_xolotl 9 күн бұрын
Awesome thanks for coming back and showing support! ❤️
@markh-thai
@markh-thai 10 күн бұрын
Hi Joel, I have sent you an Instagram message. It may be in requested. Thanks Mark.
@just_xolotl
@just_xolotl 10 күн бұрын
Replied
@niyonda_clothing
@niyonda_clothing 10 күн бұрын
I see your reply on the question I asked. I hope you will be able to spare some time to answer the followup question i sent. Thank for everything you are doing on this channel. It helps so tremendously. 🎉
@just_xolotl
@just_xolotl 10 күн бұрын
Replied bro
@niyonda_clothing
@niyonda_clothing 10 күн бұрын
Thank you once again.
@just_xolotl
@just_xolotl 10 күн бұрын
Always welcome
@NoCodeBTech
@NoCodeBTech 10 күн бұрын
yesterday am waiting for new video
@just_xolotl
@just_xolotl 9 күн бұрын
Uploaded!
@amiirhamse-j2m
@amiirhamse-j2m 12 күн бұрын
great course thank you. i have two questions : 1 instead uploading image first can we create the post and image when user click share . 2 how we can upload multiple photes. Thanks again
@just_xolotl
@just_xolotl 11 күн бұрын
Thanks! 1. Yes that is definitely possible. Just shift around the actions to the button when the user clicks share. 2. To upload multiple photos, you can do so by setting the allow multiple images toggle to be true. However, you need to set the upload type to only from gallery. From FlutterFlow’s official documentation: You can Allow multiple images. Note that for this to work, the Media Source must be set to only Gallery. After the multiple images are uploaded, you can access them via Set from Variable menu > Widget State > Uploaded File URLs (List <String>).
@mrbaertek
@mrbaertek 12 күн бұрын
but this is unsafe method, what's the point
@niyonda_clothing
@niyonda_clothing 12 күн бұрын
Thank you, xolotl for yet another post. Please help check into what i asked you about in your other video
@just_xolotl
@just_xolotl 11 күн бұрын
Answered 👍
@thomasProject74
@thomasProject74 12 күн бұрын
Thank you for your amazing video. I have an 404 error because in the address url after /resetPasswordPage i have (code=3344-3444...). Could you help me ?
@just_xolotl
@just_xolotl 9 күн бұрын
This probably means your page route is different from what I showed in the video. You have to make sure you are using the correct one to your reset password page which you can find in FlutterFlow
@thomasProject74
@thomasProject74 7 күн бұрын
@@just_xolotl Thanks a lot for your answer. My route page is resetPassword and it is correct in the Url redirect form :(
@just_xolotl
@just_xolotl 7 күн бұрын
@@thomasProject74did you deploy your app to the web?
@Firaafx
@Firaafx 13 күн бұрын
your video's are getting shorter compared to chat app playlist before
@just_xolotl
@just_xolotl 13 күн бұрын
The long videos are definitely coming 😂
@just_xolotl
@just_xolotl 13 күн бұрын
But I’m interested in which you prefer short or long?
@Firaafx
@Firaafx 12 күн бұрын
​@@just_xolotl Definitely the longer ones, since they carry much more information in them
@dxan
@dxan 13 күн бұрын
Please make a video on dynamic feed page which will show posts according to user interest and also the seen posta should not appear again
@niyonda_clothing
@niyonda_clothing 13 күн бұрын
Please, I would like you ask you how can i use flutterflow to build an app that can make a call or dial ussd code on a phone?
@just_xolotl
@just_xolotl 11 күн бұрын
Hi! First off I would like to say thank you very much for your constant support on the channel! ❤️ As for your question, you can use FlutterFlow’s inbuilt call number action, which redirects you to the phone’s native call app. There the user can call the number. You would probably have to use a USSD code service provider to set up the server.
@niyonda_clothing
@niyonda_clothing 11 күн бұрын
Thank you so much for this pointer. Please, how do i set this up?
@just_xolotl
@just_xolotl 10 күн бұрын
@@niyonda_clothing hi I’m not sure how to set up a ussd server as I have never done it before. Perhaps you can google some popular ones. I found this which may or may not be beneficial for your use case but it seems to be one of the more popular ones: www.callup.net/solutions/innovation-lab/ussd-callback
@niyonda_clothing
@niyonda_clothing 10 күн бұрын
@@just_xolotl thank you so much
@niyonda_clothing
@niyonda_clothing 13 күн бұрын
🎉
@avito3045
@avito3045 13 күн бұрын
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. hello i get this error. can someone help?
@just_xolotl
@just_xolotl 13 күн бұрын
Hi did you check that the name of your action is correct?
@avito3045
@avito3045 13 күн бұрын
@@just_xolotl Yes its correct
@just_xolotl
@just_xolotl 11 күн бұрын
@@avito3045 what did you name your custom action?
@kelsivi8074
@kelsivi8074 14 күн бұрын
I DM’d you
@fodemedtoure
@fodemedtoure 14 күн бұрын
Will we be able to add video links to the path image?
@just_xolotl
@just_xolotl 14 күн бұрын
Do you mean uploading a video by providing a video link?
@fodemedtoure
@fodemedtoure 14 күн бұрын
@@just_xolotl Yes
@just_xolotl
@just_xolotl 14 күн бұрын
@@fodemedtoure I did not add that in this series but it should be quite easy to implement. You can simply just store the video link in your supabase table directly without having to upload the video file into Supabase storage buckets
@fodemedtoure
@fodemedtoure 13 күн бұрын
@@just_xolotl All right, I'll do that. You're using the old version of instagram. And I'd like to know if it's possible to put the image and video documents in the same folder, and then filter them. Like today's application, when you click it, it shows you a list of view videos. That's really my only big problem 😂😅
@DigitalAutodidacte
@DigitalAutodidacte 14 күн бұрын
Congratulations on all your hard work and determination! Your dedication and efforts are truly inspiring. Keep up the great work; your success is well-deserved! 👏🎉
@just_xolotl
@just_xolotl 14 күн бұрын
This really means alot thank you brother
@fodemedtoure
@fodemedtoure 14 күн бұрын
First, thank you for the database 🔥🔥
@just_xolotl
@just_xolotl 14 күн бұрын
Thanks! More advanced concepts will be discussed from this video onwards
@Justsamir04
@Justsamir04 15 күн бұрын
uploaded image is not displayed in testing mode , can suggest any solution :\
@just_xolotl
@just_xolotl 15 күн бұрын
Hi did you try using different images? Some image types may not be supported and therefore are not being displayed
@just_xolotl
@just_xolotl 15 күн бұрын
You should also check if you have created public policies for your Supabase storage bucket
@Justsamir04
@Justsamir04 15 күн бұрын
@@just_xolotl hope this works , thanks for the assistance mate🤝
@niyonda_clothing
@niyonda_clothing 15 күн бұрын
🎉
@niyonda_clothing
@niyonda_clothing 16 күн бұрын
🎉
@hgfreefire11
@hgfreefire11 17 күн бұрын
Same problem after adding parameter, after pass parameter and set value, I can't find user data row option
@just_xolotl
@just_xolotl 15 күн бұрын
Hey there! Did you make sure to query the user data table in your column? Is your edit profile button also inside of that column? The edit profile button has to be a child of the column that is being queried. Please check for both of these and update here if there are still problems!
@abhisheksawankar8526
@abhisheksawankar8526 17 күн бұрын
after adding parameter, we have to pass the parameter, but in my case user data row is not showing
@just_xolotl
@just_xolotl 15 күн бұрын
Hey there! Did you make sure to query the user data table in your column? Is your edit profile button also inside of that column? The edit profile button has to be a child of the column that is being queried. Please check for both of these and update here if there are still problems!
@RaniMetha-et
@RaniMetha-et 17 күн бұрын
🎉🎉🎉
@RaniMetha-et
@RaniMetha-et 17 күн бұрын
Play list me video upload kare
@AndresDominicci
@AndresDominicci 17 күн бұрын
What about iPhone?
@just_xolotl
@just_xolotl 15 күн бұрын
Coming soon!
@16td
@16td 13 күн бұрын
@@just_xolotl Can you give an approximate date?
@niyonda_clothing
@niyonda_clothing 17 күн бұрын
Yet another good episode. Thanks.
@just_xolotl
@just_xolotl 15 күн бұрын
Glad you liked it!
@ralphroycanonigo4639
@ralphroycanonigo4639 18 күн бұрын
how do we make this work for mobile app? so from mobile app reset password, user opens it in mail then redirects to a website. user inputs new password but gets error after clicking reset password button (this calls the custom action). Error is: AuthException(message: Auth session missing!, statusCode: 400, errorCode: null)
@just_xolotl
@just_xolotl 15 күн бұрын
Yes due to the new update there may be some problems. I am currently making a new updated video for Supabase v2
@magicwut
@magicwut 3 күн бұрын
@@just_xolotl yeah im receiving emails from users not being able to reset as well, most probably with the migration to v2
@magicwut
@magicwut 3 күн бұрын
@@just_xolotl The rest of the flow remains the same, just have to edit the custom action to this to work with Supabase v2: import 'package:supabase_flutter/supabase_flutter.dart'; Future<String?> resetPassword(String? newPassword) async { try { final response = await Supabase.instance.client.auth.updateUser( UserAttributes(password: newPassword), ); if (response.user != null) { // Return null if the password was successfully updated return null; } else { // Handle failure by returning the error message return 'Failed to update password.'; } } catch (error) { print('Error: $error'); return error.toString(); } }
@oryx-labs
@oryx-labs 18 күн бұрын
Hey man! Are you experienced in web dev? I've been thinking of creating my own app, and I'm looking for a developer, wondering if you'd be interested in a potential collab?
@just_xolotl
@just_xolotl 18 күн бұрын
Sure hit me up on Instagram and we can discuss