FirestoreGoogleAppsScript icon indicating copy to clipboard operation
FirestoreGoogleAppsScript copied to clipboard

Queries with multiple filters

Open djcedr opened this issue 3 years ago • 1 comments

Hi, is it possible to design queries with multiple filters?

firestore.query(...).Where(...).Execute() returns an array of Documents and not a CollectionReference, and the method described here https://stackoverflow.com/questions/48036975/firestore-multiple-conditional-where-clauses (chaining .where queries on a CollectionReference) then doesn't seem to work here.

Thanks for your help!

djcedr avatar Jul 27 '22 20:07 djcedr

Hey @djcedr, what happens when you try?

LaughDonor avatar Aug 05 '22 17:08 LaughDonor