-
Notifications
You must be signed in to change notification settings - Fork 892
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix multi tab persistence issue #8247
Conversation
🦋 Changeset detectedLatest commit: f32efea The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Changeset File Check ✅
|
Size Report 1Affected Products
Test Logs |
Size Analysis Report 1Affected ProductsNo changes between base commit (9cbb184) and merge commit (a5860cb).Test Logs |
When using includeMetadataChanges: true, this "fix" has broken the metadata.fromCache value beeing set to false for queries in the secondary tabs... In these cases we SHOULD have empty snapshots where only the meta-data change. I'll report a new issue for this, I have verified that firebase 10.12.0 (the version before this commit) works, so pretty sure this is the reason... |
Bug: when multi-tab persistence is enabled, the queries in the secondary tabs tend to raise empty snapshot or return flaky results.