how to search from firestore by flutter
want to ask how i can add a search from firestore and display it I am trying but it is not working with me
Flutter and Firestore best way to do a live chat message stream with pagination
Trying to figure out the best approach to streaming messages in a chat app for realtime delivery and updates (for things like reactions). Currently in testing Im using a simple Stream, that I update the limit of the query based on pagination. This works to get new messages and show reactions on older messages. But it does a bunch of queries as the pagination calls all the previous messages as well.
Flutter can’t listen to Document in Firebase
hey i am currently trying to read a list of documents from Firebase in Flutter and initialise a listener for them.
Flutter Firebase search Function
In my app, I have a search function from Firestore. When I search a name in the TextField, I get what I want. When I delete the text (in the process of searching by using the backspace) and search again, I also get what I want. However when I clear the search button (by clicking on the clear Icon), and search again I don’t get any results. What did I do wrong?