My Firestore structure is shown in the picture
My Firestore document has many documents and one of them is shown the picture. In my Android App I want to query all the documents which has the values "3P", "Urgent" and "Mission Challenge". That means if a document has "3P", "Urgent" and "Mission Challenge" then this document should be my query result. If a document has only "3P" but not other values(like "Urgent", "Mission Challenge") then it should not come in my query result. How to do this in Firestore.