Exception has occurred. StateError (Bad state: field does not exist within the DocumentSnapshotPlatform) – When I make a request Flutter Firestore
I need to get data from an array in Firestore. I'm getting an error: StateError (Bad state: field does not exist within the DocumentSnapshotPlatform) when I run the following query on the firestore database: Future getData() async { await FirebaseFirestore.instance…