Hi,
One of the students made this thunkable project where they have to make a chat app between a patient and a doctor. The app works fine if the patient and doctor are chatting alternatively. The realtime database is getting updated when a patient/doctor is sending consecutive messages, but the list viewer is not appending the values.
How to show messages consecutively sent by one person in listviewer?
it’s there in the project I have shared, actually, we are using list viewer to display the messages sent, implementing list viewer. list viewer gets data from firebase RTDB. it’s for kids.