I made a junction collection in containing references to other collections. Is it possible to get the data of the junction collection AS WELL AS the other collections data in one go?
This is an example of my Firestore schema! For now I been looping through the field (eg. competitors) to get the data from firestore, but obviously we would like to lessen the count of call outwards. Please help thank you!