garrettApproachableGeek
garrettApproachableGeek
We are hitting these same errors. The following doesn't seem to address the issue. Removing ios folder `flutter create .` `flutter clean` `flutter pub cache repair` Dependencies: ``` firebase_core: 1.19.1...
Temporary patch fix: If you remove the precompiled iOS framework (From Podfile) the issue seems to go away ``` pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => '9.2.0' ```
@ben55j Can you attempt to remove `` from `web/index.html`
Under the current running of integration tests on chrome the tests always run twice and there is no way to only run once. This can cause tests that should pass...
3.16.3 is used locally and for building the release
@DavBfr Updated description with more details and likely source of the issue
We are seeing this error in production about every 2 days. We don't have long lived clients as each GCP Cloud Function creates it's own client. We are using a...