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&
for some reason to work , u need to leave space between object_name and .property_name
'exObject .dataToQuery'
instead of
'exObject.dataToQuery'
leave space and it worked for me