How to parse data from firebase

Hello.

Currently I am saving a list of data to firebase. I am then later recalling this data but having a hard time to get it to display properly. I need only the data in between the quotation marks" ". Can anyone help with this? i Have shared a mock app for demonstration purposes.

I am saving lists of data to firebase like this

I very much could use help placing the blocks used to filter this info.
can anyone help with the blocks to create a list in a variable like such:

Variable 1 = sdf, sdfasdf
Variable 2 = Nfnf, Nfnfnfjf
etc.

here is the original output from the firebase that i save to json
Screen Shot 2019-12-16 at 11.09.31 PM

the most i have been able to clean this text up is like such
Screen Shot 2019-12-16 at 11.10.09 PM

Hello,

изображение

To work with JSON, use Objects category blocks. To get started, I recommend that you figure out what the JSON format is and work with it without Firebase. After you learn to use blocks of the Objects category and understand how the list of objects differs from the set of objects, you can start working with Firebase.

See scrJSON in project Thunkable

1 Like