
I tried with this code but it didn't work:
val dbReference = database.getReference("words").child(motherTongue).child(foreignLanguage)
dbReference.orderByKey().startAt("1").limitToFirst(4)
.addValueEventListener(postListener)
Подробнее здесь: https://stackoverflow.com/questions/796 ... with-limit
Мобильная версия