var snapshotNow = await Firestore.instance .collection(stationName) .orderBy('servertime', descending: true) .limit(1) .snapshots() .first;
確定! 回上一頁