db.collection('todos').orderBy('progress', 'asc').get()
执行操作后,数据原来的index会发生改变吗?
是指存在数据库里的顺序吗?那么不会变,如果是指查询出来的数据会根据progress 排序。