i\'m using Firestore as my database in a project and i have a table that i need to do a query inside an object
{ foo: "data", bar: "data&
dbRef.collection("Table").where("exObject.dataToQuery", "==", "value")
this syntax i first posted is indeed the good syntax and started working eventually. I'd class the reason of my problem as a typo that i must have corrected trying a lot of different things