-
Notifications
You must be signed in to change notification settings - Fork 926
Support waitForPendingWrites in secondary tabs #3821
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
Support waitForPendingWrites in secondary tabs #3821
Conversation
🦋 Changeset is good to goLatest commit: d4adc1e We got this. This PR includes changesets to release 8 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 |
d22d415
to
6899540
Compare
6899540
to
454e2f3
Compare
Binary Size ReportAffected SDKs
Test Logs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
.changeset/mean-queens-roll.md
Outdated
"@firebase/firestore": patch | ||
--- | ||
|
||
Fixes an issue that prevents `waitForPendingWrites()` from resolving in background tabs when multi-tab is used. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it worth linking to the specific issue we're addressing?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changelog generator can automatically generate the issue link in the changelog by looking for issue links in the PR comment, so it's fine to not include it manually. No need to worry about 2 issue links - the generator will not generate one if it sees you manually included it.
A user noticed that
waitForPendingWrites
doesn't work in secondary tabs. This is a one line fix + spec tests.Fixes #3816