Finally a proper tutorial. Explained very well and the steps are smooth and complete. Thank you :)
@ElyasMS9 ай бұрын
thank you for this tutorial. by the way there is section in this tutorial that has done twice 13:20 is second time of same action. let me know if I'm mistaken
@angryyoungman43896 ай бұрын
I also think the same, I thought I was doing it again and again
@jiujitsu265410 ай бұрын
A lifesaver, literally... so much useful info in such a short time period, grateful!
@079_vikashrajpurohit99 ай бұрын
Never ever has such quality of teaching, absolutely mind-blowing. 🤩🤩🤩🤩🤩🤩🤩🤩🤩
@ColorsAcross9 ай бұрын
I would prefer the parameter method because it retrieves data from Firebase precisely as needed (extracting only the required data from the entire record). When using parameters, we send a request for specific data, which enhances efficiency. In contrast, the whole Document method retrieves the entire document from Firebase, which might include, for example, 20 columns of data, even though we may only need to work with 5 of them. This approach seems inefficient. However, I acknowledge that the Document method is easier to set up compared to the parameter method. PS: I am watching this particular video over and over to grasp the parameters setup, binding, retrieval , i mean whole thing. its great.
@ОльгаМалаховская-б3м8 ай бұрын
thank you, your comment helped me understand better
@ColorsAcross8 ай бұрын
@@ОльгаМалаховская-б3м thanku so much
@RR-et6zp6 ай бұрын
with the reference right? this is true, however the to do item is one item, with not many fields, and the userbase is small, you can just pass the whole document in this case
@gotagreatidea3 ай бұрын
Isn't the filter at 12:00 front-end - so a user would be able to access all tasks if they hacked the app?
@vishalmangukiya934910 ай бұрын
Can you make a complete video for API calling?
@leeosub16479 ай бұрын
For some reason, I don't see FAB in the current version. Did you guys take it out?
@PrinceSingh-z9v4i9 ай бұрын
go on the page button on the widget tree, and then try, if you try on child widget its not show
@cesarsfalcaoАй бұрын
Finally, I learned how to fix the annoying "shrink wrap" error message.
@blogtriggers105410 ай бұрын
Hello Flutterflow team can you please make an complete tutorial on how to make an admin panel in mobile application with firebase integration like in that show total number of users total number of posts particular user details etc... Please make an tutorial because there is less video on KZbin that help us make an admin panel with firebase integration 🙏🏻
@kaganharputlu364210 ай бұрын
I agree with you on this matter. For example: There is a significant deficiency in a News application built with Flutterflow, where there is no tutorial video available on how to input new content through the Firebase Admin panel. This is indeed a major shortfall. A tutorial video demonstrating how to input new content actively managed through an admin panel would truly meet the needs of many.
@fossdronefoto5 ай бұрын
So, I was able to create the Component Parameter for "completed", and binding it, but I cannot find "completed" in the filter list in the Query-menu. What am I missing here? 😩
@SimonPedersen13 ай бұрын
It seems there is a difference between "component parameters" and "local component state variables" - and you might have added a local component state variable for the checkbox. If you look at the very top of the parameters list, you will see "
@rishabhyadav4815 ай бұрын
Did you made "tasks" as subcollection? and what are the fields that you used in this "tasks" collection?
@choneybunch1032 ай бұрын
Mine doesn't have a bracket when I bind them 😢
@cesarsfalcaoАй бұрын
Why was the container converted into a component?
@arundhajАй бұрын
So that to reuse the same component on both the completed and incomplete page
@AnimeAuraArtistry19 ай бұрын
I followed every single step you done from first video till now. But i did not get Tasks in collection in Query Collection. so i tried to make a tasks collection and then its there but the options are way different. Help me out , thanks
@jonalexander39379 ай бұрын
Go back to video 5 and add a collection of tasks, then make a doc reference to users from tasks
@koosdeklerk11746 ай бұрын
my component wont bind
@donrawatjantarumporn66699 ай бұрын
I could not Pass the Task info into the dynamic component
@jonalexander39379 ай бұрын
Were you able to filter correctly? Is the tasks collection setup in firebase with ref to user collection?
@AndyAndromedaArt8 ай бұрын
not sure i see the point in doing all the figma work. listing all the atomic elements seems completely unnecessary especially since you occasionally change the columns and rows for the elements in the final version.
@itsmeoguzhan10 ай бұрын
thank u, thank u, thank u...
@cesarsfalcaoАй бұрын
Please now do the same video but using Supabase for the database.
@vishalmangukiya934910 ай бұрын
Thanks
@bobmat3 ай бұрын
Why don't you bind the data a third time...
@waynify10 ай бұрын
Great
@fayyumshaikh-u8m10 ай бұрын
HELLO FF TEAM PLEASE RESPOND TO THIS MESSAGE I Have been requesting to make video on Genarating Serial Numbering for the Task created e:g- let say for TODO app user added a new task then with each new task it should have serial number assigned to it like in increament way (e.g - 1,2,3,4,5,6), So for user it is identifiable which task has what sequence number PLEASE MAKE VIDEO ON IT I AM REQUESTING FOR SO MANY DAYS😢😢
@Statsjk10 ай бұрын
Revenue cat tutorial please... atleast update the documentation
@tweetsavage10 ай бұрын
@flutterflow please I am a having issue downloading my app code. I am on flutterflow standard package but I am unable to test,, run, download my app. Thanks
@mateusz.mirkowski9 ай бұрын
Passing whole model to component is not good practice, because you pass many unnecessary things there. What you done in first place is a bit more time consuming, but better.