How do you retrieve a set of data from firebase and display it on MIT App?

firebase
This is what my database looks like. I want to create a button where whenever I click it, it fetches the data from the Firebase and displays it on the same screen as a table or as a list. I've tried and I'm stuck, I'm just new to MIT app. Thank you very much.

users >
users1> id: "34535"
name : "Alice"
time: "Saturday, June 17, 2023 15:58:40"
users2> id: "5675675675"
name : "Tina"
time: "Saturday, June 17, 2023 15:58:40"
users3> id: "78658856"
name : "Luis"
time: "Saturday, June 18, 2023 10:30:10"

Here an example:

In this Community you can find more examples on this topic.

1 Like

Here is one way using lists (there are many different ways to do this)

image

image

image

image

1 Like

Thank you very much! You are our savior!!!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.