Skip to content
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

[auth] Retry IndexedDB errors a fixed number of times #4059

Merged
merged 1 commit into from
Nov 12, 2020

Conversation

avolkovi
Copy link
Contributor

There appears to be an issue with webkit where it periodically closes the connections such as when the tab is backgrounded (https://bugs.webkit.org/show_bug.cgi?id=197050). We can't repro, but Firestore did something similar and have stopped getting error reports.

Closes #1926

@changeset-bot
Copy link

changeset-bot bot commented Nov 12, 2020

🦋 Changeset detected

Latest commit: 0b73fbf

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 7 packages
Name Type
@firebase/auth Patch
firebase Patch
@firebase/rules-unit-testing Patch

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

There appears to be an issue with webkit where it periodically closes the connections such as when the tab is backgrounded (https://bugs.webkit.org/show_bug.cgi?id=197050).  We can't repro, but Firestore did something similar and have stopped getting error reports.
self.getTransaction_(dbTemp, true));
let isLocked = false;
return this
.withRetry_((db) => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does closure compile it to regular functions? I wasn't sure if you can use arrow functions in closure.

Copy link
Contributor Author

@avolkovi avolkovi Nov 12, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems to compile but does the const self = this trick under the hood google/closure-compiler#2853

@google-oss-bot
Copy link
Contributor

google-oss-bot commented Nov 12, 2020

Size Analysis Report

Affected Products

No changes between base commit (d2adf4e) and head commit (7643c59).

Test Logs

@avolkovi avolkovi merged commit c2b215c into master Nov 12, 2020
@avolkovi avolkovi deleted the avolkovi/indexeddb branch November 12, 2020 01:33
Copy link

@trevorhere trevorhere left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

auth: Failed to execute 'transaction' on 'IDBDatabase'
4 participants