Changing online status when logging in/out using Flutter&Firebase
I’ve been trying to achieve online status in my FlutterFlow app by using Flutter and Firestore. (not Realtime Database)
Specific field value not changing in flutter-flow
Then after applying map for getting each doc to store each record in circles list.
circles = querySnapshot.docs.map((DocumentSnapshot doc) { return CirclesRecord.fromSnapshot(doc); }).toList();