-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Labels
platform: iosIssues / PRs which are specifically for iOS.Issues / PRs which are specifically for iOS.plugin: cloud_firestoreresolution: fixedA fix has been merged or is pending merge from a PR.A fix has been merged or is pending merge from a PR.type: bugSomething isn't workingSomething isn't workingtype: crashA compile error or crashA compile error or crash
Description
After updating the cloud_firestore package to the latest version (^4.8.1), my app crashed every time after the build. Occurred on real devices and iOS simulators.
It seems that this problem belongs to firestore persistent settings.
I can only build and run my App if the persistent settings are completely commented out.
// db.settings = const Settings(persistenceEnabled: true);
Metadata
Metadata
Assignees
Labels
platform: iosIssues / PRs which are specifically for iOS.Issues / PRs which are specifically for iOS.plugin: cloud_firestoreresolution: fixedA fix has been merged or is pending merge from a PR.A fix has been merged or is pending merge from a PR.type: bugSomething isn't workingSomething isn't workingtype: crashA compile error or crashA compile error or crash