DEV Community

Discussion on: Flutter Web: Firebase Storage

Collapse
 
happyharis profile image
happyharis

Are you getting from a collection or documents?

If collection firestoreData.snapshot.map((data) => data.docs.map((doc)=> doc.data))).toList()

If documents, just add in manually in a list like list.insert(data)