I want to retrieve a single data or field from the Firestore. Like firstName, lastName or title of user1 in this case
I've gone through the FlutterFire documentation, it was using FutureBuilder to read data from Firestore. I searched about this on Stack Overflow also but didn't get any perfect answer for that.
