orderBy('index')?
stream = dataBase
.collection(collection)
.where(field, isEqualTo: id)
.orderBy('index')
.snapshots();
Посмотри в orderBy еще свойство descending, мб оно на что то влияет
Обсуждают сегодня