Skip to content

Commit

Permalink
"region" --> "regions" (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljbruce authored May 17, 2022
1 parent 94a076c commit 191d723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firestore/main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ async function inQueries(db) {
// [END firestore_query_filter_not_in]

// [START firestore_query_filter_in_with_array]
const exactlyOneCoast = await citiesRef.where('region', 'in',
const exactlyOneCoast = await citiesRef.where('regions', 'in',
[['west_coast', 'east_coast']]).get();
// [END firestore_query_filter_in_with_array]

Expand Down

0 comments on commit 191d723

Please sign in to comment.