Hi all,
I've been struggling with this for a while and was wondering if anyone could share some guidance on what I am doing wrong. I've created a basic chat app.
The process flow is that User A creates a group chat and during this process adds the phone numbers of contacts they want to be apart of the group chat. In Firebase, the document looks like IMAGE 1.
When User B goes through the signup process, I have a page that I am trying to get to display all the group chats that are registered in the Firebase doc.
I have created a ListView as seen in IMAGE 2. The Row references the "chats" document (IMAGE 3). Then to top it off, the fields within the Row reference the document property (IMAGE 4).
When I test this, it just shows a blank screen. If anyone can see what I am doing wrong, please let me know! Any help is really appreciated!