Flutter – How is Firestore's "get" function correctly coded in order to retrieve a single field of data within a Firestore document?
I have pasted the user-id of the current Firebase user as the document-id of a Firestore document, and I have given that document a single field and data. Retrieving the data from Firestore is the problem I have, as I…