How can i do a simple query that looks like that in sql but with cloud firestore? Is there a way without using a composite index ?
"Select column3 From TableA Where column1 == A OR column2 == A"
How can i do a simple query that looks like that in sql but with cloud firestore? Is there a way without using a composite index ?
"Select column3 From TableA Where column1 == A OR column2 == A"