getData (ordering). Firestore.instance .collection('collection_name') .orderBy('field_name', descending: true) .orderBy('field_name') ...
確定! 回上一頁