Flutter – How to get only the user's data from firestore rather than all data in the collection?
I'm trying to make a flutter app that allows users to log into an account and then store contact details in a firebase firestore. It currently shows the contact details for all registered accounts. I want the user to be…