Type error reading from cloud firestore – (type 'List<dynamic>' is not a subtype of type 'List<String>') – Flutter
I am new to flutter and firebase, so please forgive me if this is a silly question. I am trying to read a document from Cloud Firestore and place the data in a defined object called Profile. This is my…