-
Notifications
You must be signed in to change notification settings - Fork 7
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
Delete DeviceID after Logout / Recreate on Login #32
Comments
@marc-farre If you have some time (not critical), can you check out how logouts and push tokens work? |
@luke- With the mobile app, token registering/unregistering is fine. But with the web browser, only registering is done:
But for unregistering the token, I started a PR, because I think we need to do it using the But the |
I think we could retrieve the FirebaseToken of the current browser session via LocalStorage. Not sure, but maybe humhub.modules.firebase.unregisterNotification(); could work like this:
What do you think? |
#30 (comment)
The text was updated successfully, but these errors were encountered: