Retrieve all data from a firebase bucket

Hi
It’s true I’m discovering Thunkable (but I’ve already used similar tools)
Here, I can point to a node and retrieve the value through a cloud variable, but what if I want to retrieve the entire tree structure of a bucket?

1 Like

Use // as the node or key

Example
image

But if you want to retrieve all what is under tasks then you will use
image

Hi

i tried before and i got that

In a post i have seen they use * too but i can’t retrieve it ;o)

1 Like

Yes of course. This is an object, if you want to see the content then convert the object to JSON.

image

image

it works !

Thanks

2 Likes

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