I need an example code in which a Flutter Gridview builder streams Firebase data (for example with a single Collection and multiple Documents with multiple fields in each) that can be modified by the user straight from the Gridview
I've watched this tutorial => https://www.youtube.com/watch?v=ErP_xomHKTw Although it shows how to access and modify data from Firebase I still can't wrap my head around the Firebase and Gridview builder interaction.
Stream Builder using GridView
Stream Builder using ListView