Attempting the same with contains or contains_any results in Firebase returning an error instead:
Error: Only a single 'IN', 'NOT_IN', or 'ARRAY_CONTAINS_ANY' filter allowed per query.
checkForError @ Request.gs:138
method_ @ Request.gs:50
post @ Request.gs:95
callback @ FirestoreRead.gs:115
Execute @ Query.gs:241
Minimal code to reproduce the problem
Expected Behavior
in
,not-in
,array-contains-any
Actual Results
FirestoreGoogleAppsScript
Library returns error:On perusing the FirestoreGoogleAppsScript README, the supported operators appear out of date: [
contains
,contains_any
,in
].Attempting the same with
contains
orcontains_any
results in Firebase returning an error instead:Library Version:
FirestoreApp (version 33)