in the preview section am not getting the values of the variables only names of the variable is displayed any solution ?
@GabrielLopes-k7k12 сағат бұрын
One question, how would I initially display the table data? Because as it stands, the data only appears when a search is performed.
@SkoudGeorgeКүн бұрын
you didnt show us how to properly set an otp verification , can you please elaborate more on this topic?
@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_xolotl20 сағат бұрын
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-b1j2 күн бұрын
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
@magicwut3 күн бұрын
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_xolotl3 күн бұрын
Thank you very much! I will also be creating a new updated video for Supabase 2.0 soon!
@Cesarkzz3 күн бұрын
Great videos! How can we add how many times a post has been seen?
@just_xolotl3 күн бұрын
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.
@sergiuKyzminskiy4 күн бұрын
Thank you so much! You are the best. Its a great fortune to find your video! Please dont stop and go ahead!
@just_xolotl3 күн бұрын
Thank you very much! It really means a lot to me ❤️
@mrkasax4 күн бұрын
❤ amazing bro: can you please make a small video about authentication with Firebase, but users data in Supabase ?
@just_xolotl3 күн бұрын
Much thanks! Sure I could make a video on that!
@mrkasax3 күн бұрын
@ yes thank verry much
@adonis28464 күн бұрын
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_xolotl3 күн бұрын
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! ❤️
@adonis28463 күн бұрын
@@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_74644 күн бұрын
Waiting for this
@just_xolotl3 күн бұрын
More coming very soon!
@niyonda_clothing4 күн бұрын
😊
@just_xolotl3 күн бұрын
😄
@volunking5 күн бұрын
Happy new year!!
@just_xolotl3 күн бұрын
Happy new year!🎆
@ramonaguilarjoya48006 күн бұрын
Are you going to add Chat and Video Call to this app?
@just_xolotl5 күн бұрын
Chat has been recorded, scheduled and will release in the final parts of this app 👍
@RebeccaMorgan-ze8jo6 күн бұрын
Hi, could you make a video on how to make the like button functionality work?? thanks
@just_xolotl6 күн бұрын
Yes it has already been scheduled and will be released soon!
@niyonda_clothing6 күн бұрын
🎉🎉🎉
@Tap10-c7q7 күн бұрын
❤❤❤❤
@16td7 күн бұрын
Has it been re-edited according to the v2 update?
@just_xolotl3 күн бұрын
Nope, but the basic functions should all still work. It is only the advanced custom code that will break when transitioning to supabase v2
@16td3 күн бұрын
@@just_xolotl yeah I know actually I mentioned those codes
@niyonda_clothing8 күн бұрын
🎉
@heroic_74648 күн бұрын
I am waiting for it sir. Thank you so love from Bangladesh
@just_xolotl3 күн бұрын
Thanks so much for watching and supporting this small channel!
@ZahidBadr-tk7gu9 күн бұрын
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_xolotl9 күн бұрын
Hi! Did you make sure that you imported all the right packages?
@ZahidBadr-tk7gu9 күн бұрын
@just_xolotl I did everything without any errors, although the start screen is blank, please help!
@ZahidBadr-tk7gu8 күн бұрын
@@just_xolotl I did everything without any errors, although I get blank screen on app lunch, please help!
@just_xolotl8 күн бұрын
@@ZahidBadr-tk7gu Have you tried loading it up in test mode and checking the console for errors?
@ZahidBadr-tk7gu8 күн бұрын
@just_xolotl I test my app on all platforms and all the same, just a blank screen on the startup
@nasif308910 күн бұрын
just what i needed. Thanks!
@just_xolotl9 күн бұрын
Awesome thanks for coming back and showing support! ❤️
@markh-thai10 күн бұрын
Hi Joel, I have sent you an Instagram message. It may be in requested. Thanks Mark.
@just_xolotl10 күн бұрын
Replied
@niyonda_clothing10 күн бұрын
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_xolotl10 күн бұрын
Replied bro
@niyonda_clothing10 күн бұрын
Thank you once again.
@just_xolotl10 күн бұрын
Always welcome
@NoCodeBTech10 күн бұрын
yesterday am waiting for new video
@just_xolotl9 күн бұрын
Uploaded!
@amiirhamse-j2m12 күн бұрын
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_xolotl11 күн бұрын
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>).
@mrbaertek12 күн бұрын
but this is unsafe method, what's the point
@niyonda_clothing12 күн бұрын
Thank you, xolotl for yet another post. Please help check into what i asked you about in your other video
@just_xolotl11 күн бұрын
Answered 👍
@thomasProject7412 күн бұрын
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_xolotl9 күн бұрын
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
@thomasProject747 күн бұрын
@@just_xolotl Thanks a lot for your answer. My route page is resetPassword and it is correct in the Url redirect form :(
@just_xolotl7 күн бұрын
@@thomasProject74did you deploy your app to the web?
@Firaafx13 күн бұрын
your video's are getting shorter compared to chat app playlist before
@just_xolotl13 күн бұрын
The long videos are definitely coming 😂
@just_xolotl13 күн бұрын
But I’m interested in which you prefer short or long?
@Firaafx12 күн бұрын
@@just_xolotl Definitely the longer ones, since they carry much more information in them
@dxan13 күн бұрын
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_clothing13 күн бұрын
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_xolotl11 күн бұрын
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_clothing11 күн бұрын
Thank you so much for this pointer. Please, how do i set this up?
@just_xolotl10 күн бұрын
@@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_clothing10 күн бұрын
@@just_xolotl thank you so much
@niyonda_clothing13 күн бұрын
🎉
@avito304513 күн бұрын
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_xolotl13 күн бұрын
Hi did you check that the name of your action is correct?
@avito304513 күн бұрын
@@just_xolotl Yes its correct
@just_xolotl11 күн бұрын
@@avito3045 what did you name your custom action?
@kelsivi807414 күн бұрын
I DM’d you
@fodemedtoure14 күн бұрын
Will we be able to add video links to the path image?
@just_xolotl14 күн бұрын
Do you mean uploading a video by providing a video link?
@fodemedtoure14 күн бұрын
@@just_xolotl Yes
@just_xolotl14 күн бұрын
@@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
@fodemedtoure13 күн бұрын
@@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 😂😅
@DigitalAutodidacte14 күн бұрын
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_xolotl14 күн бұрын
This really means alot thank you brother
@fodemedtoure14 күн бұрын
First, thank you for the database 🔥🔥
@just_xolotl14 күн бұрын
Thanks! More advanced concepts will be discussed from this video onwards
@Justsamir0415 күн бұрын
uploaded image is not displayed in testing mode , can suggest any solution :\
@just_xolotl15 күн бұрын
Hi did you try using different images? Some image types may not be supported and therefore are not being displayed
@just_xolotl15 күн бұрын
You should also check if you have created public policies for your Supabase storage bucket
@Justsamir0415 күн бұрын
@@just_xolotl hope this works , thanks for the assistance mate🤝
@niyonda_clothing15 күн бұрын
🎉
@niyonda_clothing16 күн бұрын
🎉
@hgfreefire1117 күн бұрын
Same problem after adding parameter, after pass parameter and set value, I can't find user data row option
@just_xolotl15 күн бұрын
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!
@abhisheksawankar852617 күн бұрын
after adding parameter, we have to pass the parameter, but in my case user data row is not showing
@just_xolotl15 күн бұрын
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-et17 күн бұрын
🎉🎉🎉
@RaniMetha-et17 күн бұрын
Play list me video upload kare
@AndresDominicci17 күн бұрын
What about iPhone?
@just_xolotl15 күн бұрын
Coming soon!
@16td13 күн бұрын
@@just_xolotl Can you give an approximate date?
@niyonda_clothing17 күн бұрын
Yet another good episode. Thanks.
@just_xolotl15 күн бұрын
Glad you liked it!
@ralphroycanonigo463918 күн бұрын
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_xolotl15 күн бұрын
Yes due to the new update there may be some problems. I am currently making a new updated video for Supabase v2
@magicwut3 күн бұрын
@@just_xolotl yeah im receiving emails from users not being able to reset as well, most probably with the migration to v2
@magicwut3 күн бұрын
@@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-labs18 күн бұрын
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?