Hi guyz I am new to Nativescript & I am trying to integrate Firebase with Nativescript but seam to have hit a blocker. I have used nativescript-plugin-firebase to connect to firebase and followed the documentation, but i do not receive any notification on the client (IOS). I have run through all the steps listed in the plugin documentation but dont see any notification, Is there some thing I have to look out for apart from the documentation?
Below are the activities that have been carried out for setting up FCM pushnotification
- APN key generated and linked to App created in Firebase account.
- GoogleService-Info.plist downloaded and placed in IOS folder.
- App capabilities for Remote Notification & Push Notification enabled
- Firebase Authentication method is Anonymous
- Firebase init triggered and initialized successfully.
after all this Notification from FCM not pushed to client.