Can not read firebase collection with user id with Flutter web, while there is not problem on mobile flutter
I have flutter mobile and flutter web using same firebase firestore. But somehow I can not read all data from web. final collection = FirebaseFirestore.instance.collection(_allReports); print('* * * allReports - ${(await collection.get()).docs.length}'); on output 0, while there is a two…