Flutter Firestore take long retrieving data while offline
问题 I am using Firestore in flutter application. Each time user launch the application it retrieves some data from Firestore Cloud. QuerySnapshot dataSnapshot = await Firestore.instance .collection('/data') .getDocuments(); When user opens the application on first time, it required from him to connect online, to get the data, and as Firebase documents say For Android and iOS, offline persistence is enabled by default. To disable persistence, set the PersistenceEnabled option to false. So, it