How can I get all the values of all fields but from certain documents. I tried using addSnapshotListener but it only works with collections. For example I have the collection "App1" --> the document "user1" --> Sport: "Basketball" --> "user2" --> Sport: "Football" --> "user3" --> Sport: "Tennis"
How can I get the sports every user does? Thanks in advance.