Firebase – Flutter/Firestore : How do I display data from doc in a ListTile?
I am new to Flutter/Firebase/Firestore etc.. so I am struggling a bit. I want to grab the data from the documents in my 'users' collection in Firestore and display it in my account information page. I have spent hours messing…