Javascript – How do I query firestore data that is inside collections in said document?
I am trying to run a query to see if a user's document contains a product ID inside of the document but the problem is that the product ID is stored within its own dropdown collection and not in the…