Пікірлер
@anishsardana1427
@anishsardana1427 22 күн бұрын
Heya! I've followed your video but my text fields value resets on clicking the add button. It creates a new textbox but is unable to preserve the old values entered in the textfield. Can you help me with where I'm going wrong?
@anishsardana1427
@anishsardana1427 22 күн бұрын
Heya! I've followed your video but my text fields value resets on clicking the add button. It creates a new textbox but is unable to preserve the old values entered in the textfield. Can you help me with where I'm going wrong?
@VectorM
@VectorM 7 ай бұрын
Props for the great video 💯, respect. Close all the other tabs though 💀
@RajeevSharma-ii7fx
@RajeevSharma-ii7fx 9 ай бұрын
How can i contact you for consulting?
@koushikAnne
@koushikAnne 9 ай бұрын
you can email me at [email protected]
@stevenprager1230
@stevenprager1230 9 ай бұрын
Well done. This was the first example I could find (after A LOT of digging) that clearly showed how to iterate through a list of documents.
10 ай бұрын
Hi. Thank you. Is there a second part?
@ViniciusLima-yd6fs
@ViniciusLima-yd6fs 11 ай бұрын
Excellent content! helped me a lot, thanks!
@PFREMP1
@PFREMP1 Жыл бұрын
Thanks!
@alcantaraallan
@alcantaraallan Жыл бұрын
hello i just want to ask is there's an update for this? is it now possible to do on flutterflow with out custom functions? Thank you
@koushikAnne
@koushikAnne Жыл бұрын
you can do thsi easily with FF these days with states available.
@alcantaraallan
@alcantaraallan Жыл бұрын
@@koushikAnne hello, do you have a tutorial to follow? Been thinking about this for so long.
@elmagnoso
@elmagnoso Жыл бұрын
Quality 360p ??? my eyessss 😢
@KaiCodingJourney
@KaiCodingJourney Жыл бұрын
Just curious if you can help out with this. I have a case scenario I can’t solve for a while . So let’s say we have a page where we have a dynamic list with job postings. I want people to apply to this different jobs. But when the user apply to this job posting I want this list to show only the one job postings that this authenticated user didn’t apply yet. And no I don’t want it to be deleted or anything, I just don’t want them to see postings that they already applied to. Current database structure: User collection, Job post collection and Application subcollection under Job post collection . Job post collection hosts all the jobs and user collection host all the users. The application subcollection has all the info like userRef, time applied, status and so on. So when I tried to filter the job posting I tried to use “not in” Application subcollection and it didn’t work. I also try to create subcollection Appied under user collection where I saved the ref to job posts and tried “not in” filter for this subcollection and it didn’t work. If you have any suggestions or need any clarification lemme know.
@cmy18Ash
@cmy18Ash Жыл бұрын
FANTASTIC! I have been searching for this answer for days. Much appreciated.
@karanag21
@karanag21 Жыл бұрын
Hi, I have two questions: 1.) For the custom component, I have two input fields like yours. Shall I define them as lists or not? 2.) How do I save this data in my firebase database in a array field? I have been scratching my head for a solution for the past 2 days
@TheImpersinators
@TheImpersinators Жыл бұрын
Did you work out how to grab the data from the component and put it into firebase? Im Struggling to do this
@alienigena2647
@alienigena2647 Ай бұрын
@@TheImpersinators you find how to do it ?
@KaiCodingJourney
@KaiCodingJourney Жыл бұрын
you are damn genious!!! THANKKKK YOUUUU!!1
@ferbertransactions
@ferbertransactions Жыл бұрын
are you available for work?
@noosfera_It
@noosfera_It Жыл бұрын
good explanation
@bobsteele6563
@bobsteele6563 Жыл бұрын
very helpful thanks
@AM-qk7ox
@AM-qk7ox Жыл бұрын
Hey man, you're a legend. Do you do any 1-1 consulting? I'd be happy to pay you for some assistance/advice on how to structure some of my Flutterflow pages. 😄
@jhonierjimenez3050
@jhonierjimenez3050 Жыл бұрын
Thank you very much! It is so helpfull to me! thank you so much! please keep going with this type of content about flutterflow, reduce reads and save money are not a very common topic, so thanks!!
@danvdb24
@danvdb24 Жыл бұрын
Thank you very much!! It really helped me understand custom functions in practice :)
@georgecuray9200
@georgecuray9200 Жыл бұрын
respect from Philippines
@ChristopherGannon-pm9jy
@ChristopherGannon-pm9jy Жыл бұрын
Absolutely looking forward to the "how to push to db" video! great work!
@vaizen1
@vaizen1 Жыл бұрын
great video, waiting for the new ones.
@myandrobox3427
@myandrobox3427 Жыл бұрын
Excellent work!!! How about having buttons and when we click them the data is populated in the Lists based on the value sent? Is that possible, not able to find a way. I tried Choco Chips, dropdown, but looking for buttons, any help appreciated. Thank you so much 🙏🏻🙏🏻 I tried adding other imports to custom function, but it's not allowing, any idea if you tried this?
@alikibao3744
@alikibao3744 Жыл бұрын
Thanks for this.
@84dhanreddy
@84dhanreddy Жыл бұрын
Hi I am building a quiz app. Need help in querying 10 questions from a collection and display as pageview. I have set up everything, but now I need help in querying in such a way that every time the user restarts the quiz the questions should change. Please help me in the right direction. Much appreciated.
@vroep6529
@vroep6529 2 жыл бұрын
Amazing guide, love your way of explaining
@shrihari7022
@shrihari7022 2 жыл бұрын
Hello Can you make video on MUX with Flutterflow to make video call.
@gkurtzman1
@gkurtzman1 2 жыл бұрын
If in a quiz each question is a document of a collection, how can we page between questions through a button tap?
@koushikAnne
@koushikAnne 2 жыл бұрын
you can use Page View Widget, Put a Button on each page. You can add action to this button to control page view to move to next page. You can iterate the page view widget to repeat for all the documents that you query as List.
@gkurtzman1
@gkurtzman1 2 жыл бұрын
@@koushikAnne However for a 1000 questions quiz is this viable?
@koushikAnne
@koushikAnne 2 жыл бұрын
@@gkurtzman1 if you want to populate 1000, it could get slow. you need to learn and understand how to bundle lists into chunks and load chunk after chunk
@hectorprx
@hectorprx 2 жыл бұрын
Thanks
@koushikAnne
@koushikAnne 2 жыл бұрын
Welcome I am new to youtube videos, but have a lot of Flutterflow content and tutorials dahobi.flutterflow.app/singleHobby?hobbyReference=ecZosNMPtoWGCbWUJKCc