So basically i have this piece of working code: List<User> users = List(); await Future.forEach(querySnapshot.documents, (doc) async { final snapshot ...
確定! 回上一頁