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

Delete this #321

Closed
KingOfW0lves opened this issue Jan 26, 2023 · 2 comments
Closed

Delete this #321

KingOfW0lves opened this issue Jan 26, 2023 · 2 comments
Labels

Comments

@KingOfW0lves
Copy link

// Get registration token. Initially this makes a network call, once retrieved
// subsequent calls to getToken will return from cache.
messaging.getToken({ vapidKey: '<YOUR_PUBLIC_VAPID_KEY_HERE>' }).then((currentToken) => {
if (currentToken) {
// Send the token to your server and update the UI if necessary
// ...
} else {
// Show permission request UI
console.log('No registration token available. Request permission to generate one.');
// ...
}
}).catch((err) => {
console.log('An error occurred while retrieving token. ', err);
// ...
});

groudonkyogre

@KingOfW0lves KingOfW0lves changed the title 29dmiller1@kimberly.k12.wi.us Delete this Jan 26, 2023
@thatfiredev thatfiredev closed this as not planned Won't fix, can't repro, duplicate, stale Jan 26, 2023
@KingOfW0lves
Copy link
Author

I did this on axcedent sorry

@thatfiredev
Copy link
Member

@KingOfW0lves It happens, it's ok.

I don't have permission to delete issues, so I marked your issue as invalid and closed it. I'll check if we can get it deleted some other way, don't worry about it.

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

No branches or pull requests

2 participants