I have the following structure
101010 --- USER ID
202020 -- Reuqest ID
ReqName: Name
isValid: true
608080 -- Reuqest ID
ReqName: Name
isValid: false
202020 --- USER ID
303030 -- Reuqest ID
ReqName: Name
isValid: false
I want to get a List of all users and requests that isValid=true;
How Can I achieve this? in firebase.
I am using c# Unity firebase SDK. its fine to have a code with JavaScript or Java.