-1
I’m having a problem with my flutter app on iOS.
When I Try to make a call to get data from a Collection, the application ends with the error:
FIRESTORE INTERNAL ASSERTION FAILED: threads > 1
Basically this is the snippet that is causing the error:
await FirebaseFirestore.instance.collection("myCollection").get();
These are my dependencies:
firebase_auth: ^2.0.0
cloud_firestore: ^2.5.0
Sorry if there is already a topic for this Subject, but the only one I found was not resolved.
Any suggestions Please?
Welcome to SO-pt, translate to Portuguese.
– rubStackOverflow