startAt

actual fun startAt(value: String, key: String?): Query(source)
actual fun startAt(value: Double, key: String?): Query(source)
actual fun startAt(value: Boolean, key: String?): Query(source)
expect fun startAt(value: String, key: String? = null): Query(source)
expect fun startAt(value: Double, key: String? = null): Query(source)
expect fun startAt(value: Boolean, key: String? = null): Query(source)

Creates a query constrained to only return child nodes with a value greater than or equal to the given value, using the given orderBy directive or priority as default.

Return

A query with the new constraint

Parameters

value

The value to start at, inclusive

actual fun startAt(value: String, key: String?): Query(source)
actual fun startAt(value: Double, key: String?): Query(source)
actual fun startAt(value: Boolean, key: String?): Query(source)
actual fun startAt(value: String, key: String?): Query(source)
actual fun startAt(value: Double, key: String?): Query(source)
actual fun startAt(value: Boolean, key: String?): Query(source)
actual fun startAt(value: String, key: String?): Query(source)
actual fun startAt(value: Double, key: String?): Query(source)
actual fun startAt(value: Boolean, key: String?): Query(source)