Thank you for the nice explanation. I hope you make a video about filtering more often, especially with app state 👍
@leomcmillion11 ай бұрын
Sorry for the super late response. And yeah totally, can make a video about that.
@hardeepsingh-bc3kb4 ай бұрын
Thank you for the video. Can you please suggest how to do the same with sqlite database stored locally instead of firebase.
@mphatsomlenga894811 ай бұрын
Thanks for the video. Something is not right on my side. am trying to password the event document as parament to the function but when you click on the event document, it can't be selected. What could be the problem?
@leomcmillion11 ай бұрын
That could be because you have not selected the "Document" datatype for the parameter when defining your function. Try checking so all your parameters in the function has the right datatypes. Usually when you can't pass a parameter somewhere in flutterflow it is because there is a mismatch in datatypes. Hope tha helps!
@ahmeddeco73209 ай бұрын
subscribed, keep up the good videos .👌
@leomcmillion9 ай бұрын
Thanks! Will try my best:)
@Jakenobleuk11 ай бұрын
Thanks for the video. I have been struggling with this and you have helped me. Is there a way of linking the search to a text label outside the list view, making the text conditionally appear with, ‘no results found’ when nothing is found?
@leomcmillion11 ай бұрын
Absolutly, just create a custom component for what you want to display when no results are found. And then inside the column where you generate your items just check the box "Empty List Widget" and select your component. Let me know if this was understandable, otherwise I can release a short video on how to do this.
@Jakenobleuk11 ай бұрын
Thanks for your quick response 👍🏼👍🏼. It makes sense in principle and I will look forward to trying it out tomorrow. However, if you feel like doing a video that would be amazing. But no pressure. Thanks again.
@PropiedApp9 ай бұрын
Hello Leo, thank you for this new video! I wanted to ask you if you could make a video explaining how to create the fire base security rules to protect the data of our users and also prevent someone from damaging or deleting our database 🙌🏻🙌🏻🙌🏻
@leomcmillion9 ай бұрын
Already got a video explaining the basics in flutterflow/firestore security rules, but that one is rather simple. Can absolutely record a video that goes more in depth and shows how to write your own security rules. But have gotten many other request before, so could take a week or two until I release this video.
@KaniEbong6 ай бұрын
Thanks Leo, you are doing a great job. following your video on OpenAi ChatGpT, how do I filter or sort the OpenAI message response by an Id variable. I tried adding a variable named IdNumber (I used a custom function to convert it to a string variable) so when I get the OpenAi response, an Id with a unique predetermined number like Id2 is created, so I can then filter by that Id. The first request OpenAi works but subsequent requests fail. Any ideas on how to achieve this. The idea is to be able to filter the response from the dynamically generated children list. Thanks for your help
@leomcmillion6 ай бұрын
Have you created a (sub)collection for the messages? In that case you can just follow the instructions in the video for filtering the generated children. When it comes to why your subsequent requests fail, it is probably becasue some of the inputs you pass to the API call becomes non-valid after the first request. So I would recommend to think through how the variables you pass change after the first request.
@donmenya27618 ай бұрын
Leo, where is the link to the template code or the project?
@leomcmillion8 ай бұрын
Just updated the link in the description so it works. It had become outdated. Thanks for bringing it to my attention.
@logosonarim5 ай бұрын
How can it be adapted for the Supabase. It gives an error in the "item.url." part.
@leomcmillion5 ай бұрын
I don't work with Supabase that much so am unsure why .url should not work if you added that field to the right table. Let me know if you find out how to access fields of a supabase document in the custom code.
@JuanPerez-vv5lk5 ай бұрын
please go straight to the point, we all know what flutterflow is. thanks.