There was a breaking change on firebase plugins and many things have changed. E.g i see you’re doing snapshot.data.docs[index].data['imageURL']
this has been changed to snapshot.data.docs[index].data()['imageURL']
. Kindly check the docs for the updated API refrences
CLICK HERE to find out more related problems solutions.