Open sivo1981 opened 2 weeks ago
When requesting for permission on Adnroid SDK 35 and i choose Don't allow, the function doesn't resolve function with auth status, it just prints 1 to console. This works fine if i sellect Allow from popup.
Don't allow
1
Allow
"@nativescript/firebase-core": "^3.3.2", "@nativescript/firebase-messaging": "^3.3.2"
Aditionally if i'dont request permission for Android as per docs the variable isDeviceRegisteredForRemoteMessages is always false.
isDeviceRegisteredForRemoteMessages
false
When requesting for permission on Adnroid SDK 35 and i choose
Don't allow
, the function doesn't resolve function with auth status, it just prints1
to console. This works fine if i sellectAllow
from popup.Aditionally if i'dont request permission for Android as per docs the variable
isDeviceRegisteredForRemoteMessages
is alwaysfalse
.