Flutter – Why do I need to wait to reaccess to Firestore database even though it has already done before?
In my Flutter app, there is a custom drawer that is accessed through a button. In this drawer, there is a widget (InfoCard) that displays some of the user's information. However, in this widget, there is a FutureBuilder, so every…