سلام من این کد رو نوشتم
firebase.initializeApp(config);
const messaging = firebase.messaging();
messaging.requestPermission()
.then(function(){
console.log('I am in here');
messaging.getToken()
.then(function(currentToken) {
console.log(currentToken);
})
.catch(function(err) {
console.log('An error occurred while retrieving token. ', err);
showToken('Error retrieving Instance ID token. ', err);
setTokenSentToServer(false);
});
}).catch(function(err){
console.log('Error');
});
و روی لوکالم بهم توکنم رو میده
ولی روی هاست که میزارم بهم ارور زیر رو میده
"Messaging: This browser doesn't support the API's required to use the firebase SDK. (messaging/unsupported-browser)."
دلیلش چی هست عایا؟
@jafar.mahmoodian
آدرس دامنه تون https یا http ؟ با https تست کنید ببینید بازهم اررور میده
آیا مایل به ارسال نوتیفیکیشن و اخبار از طرف راکت هستید ؟