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

Recover from wiped IndexedDB if push signal is sent #71

Merged
merged 1 commit into from
May 25, 2016

Conversation

jasonpang
Copy link
Contributor

@jasonpang jasonpang commented May 25, 2016

If a user has their IndexedDB wiped, but the service worker is still
active, on Chrome and Firefox we will recover the user's ID based on the
subscription endpoint from OneSignal's server and retry receiving the
notification. If the recovery attempt fails, the user is unsubscribed
from push notifications so that he does not receive "New site updates"
messages.


This change is Reviewable

If a user has their IndexedDB wiped, but the service worker is still
active, on Chrome and Firefox we will recover the user's ID based on the
subscription endpoint from OneSignal's server and retry receiving the
notification. If the recovery attempt fails, the user is unsubscribed
from push notifications so that he does not receive "New site updates"
messages.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant