Display data from Firebase

Hi. I'm making an insurance consultation booking app that will able client to book a timeslot & consultant can view the booked time. I used Firebase for the realtime database and I don't know how to fetch the data & display it. I'm new to using Firebase so I asked chatgpt first how to do it & it didnt work, you can see my block codes & probably it's all wrong lol. I would be glad if anyone can help me.
Insurance7.aia (303.7 KB)

You came pretty close retrieving the dictionaries, up till Name and Phone:

You also left off the Firebase URL in one of the screens, and each screen needed a Firebase Error event to catch firebase errors.

Use the Companion and Do It to proceed further in your debugging.

Oh, and I missed that global BookingList should be initialized to Create Empty List if you are going to treat it like a list and add items to it, not text blank.

oh i think i accidentally deleted the firebase url at one of the screens. i did what you said & it worked! thank you so much i'll keep in mind for the things that i missed here :smile: