Replies: 1 comment
-
Please reply soon. I've been stuck on this issue for a number of days, and I've tried running sample projects from Github, and it still shows this issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So, I've done lots of researching across the internet, have tried all the solutions I could think off:
flutter clean
,pod init, pod install pod update
, updating the security rules, and also re-adding the Google Services plist file multiple times through Xcode, editing AppDelegate.swift and adding the proper code, making sure to ensurewidgetbinding and initializing the FirebaseApp in main, updating my firebase packages, but this error still keeps popping up when trying to access Firestore data. Firestore auth works fine though, and although my app doesn't work on a iOS simulator, it works perfectly find on Android simulator.I've been facing this issue for a number of days now.
The key issue is: *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'FIRESTORE INTERNAL ASSERTION FAILED: threads > 1'
Here are more details of the stack log:
Beta Was this translation helpful? Give feedback.
All reactions