nativescript-plugin-firebase icon indicating copy to clipboard operation
nativescript-plugin-firebase copied to clipboard

getCurrentPushToken() not null

Open anabatel1 opened this issue 4 years ago • 0 comments

Hi, I'm implementing this plugin within a nativescript-vue application. On iOS, some of the messages are getting lost and I'm investigating what might be the cause.

While investigating I found out that even if messaging.areNotificationsEnabled() returns false, the getCurrentPushToken() method still returns a token. Is this expected behaviour? If it is, then in which situations can I expect the token to be null?

anabatel1 avatar May 13 '21 12:05 anabatel1