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.
"@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.