so i created an booking app, so when a user book an app it will store in my firebase db under the createbooking, where the userid its being store in a document reference list, so when the admin want to check the booking list , i need it to display the booking user names in the list. but list view only allow me to do 1 backend db query. so is there anyway i can do multiple backend query in a list view. i tried to load backend query on the parent container but the information i wanted its being block out not able to select at all
as u can see that my booking details are able to select but the user document im not able to, only either one can be choose if i swap it around.
thanks in advance