where
Deprecated
Deprecated in favor of using a [FilterBuilder]
Replace with
import dev.gitlive.firebase.firestore
Content copied to clipboard
where { field equalTo equalTo }
Content copied to clipboard
Deprecated
Deprecated in favor of using a [FilterBuilder]
Replace with
import dev.gitlive.firebase.firestore
Content copied to clipboard
where { path equalTo equalTo }
Content copied to clipboard
fun Query.where(field: String, lessThan: Any? = null, greaterThan: Any? = null, arrayContains: Any? = null): Query(source)
fun Query.where(path: FieldPath, lessThan: Any? = null, greaterThan: Any? = null, arrayContains: Any? = null): Query(source)
fun Query.where(field: String, inArray: List<Any>? = null, arrayContainsAny: List<Any>? = null): Query(source)
fun Query.where(path: FieldPath, inArray: List<Any>? = null, arrayContainsAny: List<Any>? = null): Query(source)
Deprecated
Deprecated in favor of using a [FilterBuilder]
Replace with
import dev.gitlive.firebase.firestore
Content copied to clipboard
where { }
Content copied to clipboard