FirestoreGoogleAppsScript
FirestoreGoogleAppsScript copied to clipboard
Queries with multiple filters
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!
Hey @djcedr, what happens when you try?