所以基本上我有这段工作代码: List<User> users = List(); await Future.forEach(querySnapshot.documents, (doc) async { final snapshot = await doc['user'].get(); ...
確定! 回上一頁