We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94a076c commit 191d723Copy full SHA for 191d723
firestore/main/index.js
@@ -638,7 +638,7 @@ async function inQueries(db) {
638
// [END firestore_query_filter_not_in]
639
640
// [START firestore_query_filter_in_with_array]
641
- const exactlyOneCoast = await citiesRef.where('region', 'in',
+ const exactlyOneCoast = await citiesRef.where('regions', 'in',
642
[['west_coast', 'east_coast']]).get();
643
// [END firestore_query_filter_in_with_array]
644
0 commit comments