I'm developing a password manager app using flutter and firebase as a backend service and database. I have a database with a collection of users, and inside users there is a subcollection named passwordProfiles that have a number of documents inside it.
Using listview.build I managed to fetch all the documents inside that subcollection. Now I want to only fetch a 1 specific document inside the subcollection. How can I achieve that?
Below is the link to my github repo: https://github.com/Tron987/prog.git