Display data saved in Firebase in a table

Hi,
I am making an app where data is saved to Firebase but then I want that data to be added to a table so that I can display it in a Data Viewer List.
In Firebase my folders are like this:
Saved-
User ID-
Art-
Topic-
Title , URL
I would like a table with a column each for the Title Value, the URL, and the Topic Value.
Does anybody know how to do this?
Thank you

1 Like

To get a clear answer, provide a JSON of your data or sample data. You could also provide a screenshot of your Firebase data

Thanks for responding!
Here are the screenshots


Screenshot 2021-07-26 4.37.26 PM.
I think I might know a way to get the Topic Value but I am clueless in how to get the Title and the Url.

1 Like

Btw when I say the “Topic Value” I am referring to the Charcoal,Drawing,Graphite and Watercolour folders.

1 Like

The data is not structured in an easy way but see this attemp

https://x.thunkable.com/projectPage/60fef51b8cbe39007a65abbb

Thank you so much!

1 Like