How to prefill a form with Cloud Firestore in Flutter?
I have a list of accounts that I have stored in Firestore, and when I want to edit the accounts, I want to be able to have the current information already pre-filled with what is there. I'm able to grab…