-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flash-chat, chat_screen problem #54
Comments
I don't see an " _firestore " variable defined here.... that is the main issue here. Also, see line 14, that's how you've defined/declared firestore variable. |
Thanks all the problems are solved except for line 116 >> |
try the same line with " s " removed from "documents" " final messages = snapshot.data.document.reversed; " |
@aswin-remesan brother i tried but it didn't worked though |
https://stackoverflow.com/questions/57584317/messages-on-flutter-chat-app-not-in-proper-order See this... I think you are facing the same issue... They've found a solution |
as I see their are 2 things from your screenshot. to solve the problem.
once you defined the variable and have access to |
Thank you so much for helping me so throughly every time @aswin-remesan i deeply researched it and got the solution. This community is alive for people like you ! |
Thank you brother @nagen1 really appreciate your kind concern. |
can anyone please help me with this problem?
The text was updated successfully, but these errors were encountered: