You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i use this listener,it doestnt pass in and dont console.log anything :
NotificationHub.addEventListener('register', deviceToken => {
remoteNotificationsDeviceToken = deviceToken;
console.log(Device Token: ${deviceToken});
});