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.
(
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?