Skip to content

Commit f003ef8

Browse files
authored
Fix field typo to plural (firebase#28)
The sample data shows the field is named 'regions', not 'region'
1 parent cee9068 commit f003ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firestore/test.firestore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ describe("firestore", () => {
868868
// [END in_filter]
869869

870870
// [START in_filter_with_array]
871-
citiesRef.where('region', 'in',
871+
citiesRef.where('regions', 'in',
872872
[['west_coast', 'east_coast']]);
873873
// [END in_filter_with_array]
874874
});

0 commit comments

Comments
 (0)