My query is actually similar to this, except each Doc has differing SellerIDs per document.
I'd like to retrieve the Object if it has a matching SellerID. but you might suggest that we'd need to make separate Documents or Collections for each of those in order to query them.
Maybe that's something like firestore.collection("orders").doc.where('productSellerID', '==', currentUser.SellerID)