Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ddffb1f

Browse files
Update firestore/app/src/main/java/com/google/example/firestore/kotlin/DocSnippets.kt
Co-authored-by: Rosário Pereira Fernandes <[email protected]>
1 parent 47f7b6d commit ddffb1f

File tree

1 file changed

+1
-1
lines changed
  • firestore/app/src/main/java/com/google/example/firestore/kotlin

1 file changed

+1
-1
lines changed

firestore/app/src/main/java/com/google/example/firestore/kotlin/DocSnippets.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@ abstract class DocSnippets(val db: FirebaseFirestore) {
852852
// [END in_filter]
853853

854854
// [START not_in_filter]
855-
citiesRef.whereNotIn("country", Arrays.asList("USA", "Japan"))
855+
citiesRef.whereNotIn("country", listOf("USA", "Japan"))
856856
// [END not_in_filter]
857857

858858
// [START in_filter_with_array]

0 commit comments

Comments
 (0)