I have a problem using Firebase. Probably it depends on how I structured the db but I don't know which could be a better way to do it. I pose you the schema :
What I would like to query is : give me all the list (children of list) where the userid has a child whit the key id1. What I expect is to receive idList1 and idList2.
I found other similar questions but I don't known how to apply to my problem. thank you in advance.