Skip to content

Instantly share code, notes, and snippets.

@CoskunKurtuldu
Created May 12, 2019 00:20
Show Gist options
  • Save CoskunKurtuldu/5698945e6ce0e71877fe8c809933b478 to your computer and use it in GitHub Desktop.
Save CoskunKurtuldu/5698945e6ce0e71877fe8c809933b478 to your computer and use it in GitHub Desktop.
messaging.getToken().then(function(currentToken) {
console.log(currentToken);
}).catch(function(err) {
console.log('hata oluştu', err);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment