Skip to content

Commit 191d723

Browse files
authored
"region" --> "regions" (#280)
1 parent 94a076c commit 191d723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firestore/main/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ async function inQueries(db) {
638638
// [END firestore_query_filter_not_in]
639639

640640
// [START firestore_query_filter_in_with_array]
641-
const exactlyOneCoast = await citiesRef.where('region', 'in',
641+
const exactlyOneCoast = await citiesRef.where('regions', 'in',
642642
[['west_coast', 'east_coast']]).get();
643643
// [END firestore_query_filter_in_with_array]
644644

0 commit comments

Comments
 (0)