Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47f7b6d commit ddffb1fCopy full SHA for ddffb1f
firestore/app/src/main/java/com/google/example/firestore/kotlin/DocSnippets.kt
@@ -852,7 +852,7 @@ abstract class DocSnippets(val db: FirebaseFirestore) {
852
// [END in_filter]
853
854
// [START not_in_filter]
855
- citiesRef.whereNotIn("country", Arrays.asList("USA", "Japan"))
+ citiesRef.whereNotIn("country", listOf("USA", "Japan"))
856
// [END not_in_filter]
857
858
// [START in_filter_with_array]
0 commit comments