toggle menu
Firebase Kotlin SDK
2.1.0
common
switch theme
search in API
firebase-firestore
/
dev.gitlive.firebase.firestore
/
Query
/
orderBy
order
By
fun
orderBy
(
field
:
String
,
direction
:
Direction
=
Direction.ASCENDING
)
:
Query
(
source
)
fun
orderBy
(
field
:
FieldPath
,
direction
:
Direction
=
Direction.ASCENDING
)
:
Query
(
source
)