You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unable to get the chat message in order, even after deleting the firebase database and doing -
snapshot.data.documents.reversed;
and setting reverse : true, in ListView, still getting chat messages in random orders.
please help to resolve this issue.
Even after adding this -
final messages = snapshot.data.documents.reversed;
Chat messages are in random order
The text was updated successfully, but these errors were encountered: