When I attempt to get the token any way, console then shows:
I have renamed my app-name.entitlements to app.entitlements.
I have added to my info.plist
<key>FirebaseAppDelegateProxyEnabled</key> <false />
What's super weird is that the plugin generates an _onToken message containing the FCM token, that I'm able to use from firebase messaging console to push notifications normally!
I'm just unable to get the token in order to send & store in my DB!
Note: Issue similar to https://github.com/NativeScript/firebase/issues/221
Packages used
"@nativescript/firebase-core": "^3.2.4", "@nativescript/firebase-messaging": "^3.2.3",
Firebase initialization
Request Permission
Console
When I attempt to get the token any way, console then shows:
I have renamed my app-name.entitlements to app.entitlements.
I have added to my info.plist
<key>FirebaseAppDelegateProxyEnabled</key> <false />
What's super weird is that the plugin generates an _onToken message containing the FCM token, that I'm able to use from firebase messaging console to push notifications normally! I'm just unable to get the token in order to send & store in my DB!