0

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"

NAIIFOS 7
  • 48
  • 6
  • That's not supported by Firestore. You'll have to do two queries, one for each field, and merge the results in your app. – Doug Stevenson Dec 08 '20 at 01:51
  • Sad men, that is what i what expecting but i thought there could be a new trick or update to resolve this. Thanks for your help – NAIIFOS 7 Dec 08 '20 at 02:13

0 Answers0