How do I display my firebase data as a list?

Hi everyone, I need to complete a project who consist on every time a button connected to a ESP8266 is pressed, the esp board sends data to my Firebase DB. Now, I need to list every time that the button was trigged like a history, I've tried using ListView but cant find any success on this yet. If anyone could help me with that I really apriciate it.

Show your data as seen in the firebase console

Provide an example of what you want to returned data to look like in a listview

You might get some ideas from this topic:

Thank you very much for the reply, I was reading this topic you mentioned but cant find the TableViewer element. Is it possible that it was discontinued by MIT App Inventor or perhaps I'm looking in the wrong place or wrong way. When I search for TableViewer at Palett I can only find Table Arrangement.

Tableviewer is an extension. You will need to download it, and import it into your app.

I suggest you also read the Tableviewer topic to get an understanding of how it works.