Hi, i’m working with my friend to make a chat application group thanks to Firebase Database. I know there is the new Chat View System but i prefer to use classic Scrollable Labels for chat text.
Now our problem is : we want the user can create a group chat by name and code, but we have difficoulties to make the list and update the last index with the name of the last group created.
Other users should see the updated list at each refreshing page button pressed.
The question Is :
How can i store to Firebase a list of all the created groups, and then retreive it into a ListView?? And How to take the value each time the user openen the app? (So he can sees all the chats avaiable?)
Thank you for your help