Listen to childs of a parent in firebase

Hi,

In the app that I am building I organized the firebase real-time database like this: request (this is the parent), userId (they can be many different), and list with the location for each user.

(thunk

I want to listen to request if any userId will be added and get the userId that has been added. How can I do that with thunkable?

A post was merged into an existing topic: Can you help me with Firebase?