Skip to content

Instantly share code, notes, and snippets.

@CoskunKurtuldu
Last active May 11, 2019 22:44
Show Gist options
  • Save CoskunKurtuldu/0d1f56c9bf4d1425274755053847a343 to your computer and use it in GitHub Desktop.
Save CoskunKurtuldu/0d1f56c9bf4d1425274755053847a343 to your computer and use it in GitHub Desktop.
const messaging = firebase.messaging();
messaging
.requestPermission()
.then(function () {
console.log('Yetki izni verildi.');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment