orderByChild

actual fun orderByChild(path: String): Query(source)
expect fun orderByChild(path: String): Query(source)

Creates a query in which child nodes are ordered by the values of the specified path.

Return

A query with the new constraint

Parameters

path

The path to the child node to use for sorting

actual fun orderByChild(path: String): Query(source)
actual fun orderByChild(path: String): Query(source)
actual fun orderByChild(path: String): Query(source)