You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
i have the same issue. But sometimes, i can't understand why, background notification works until second launch. I've changed code hundreds times and can't find why it happens. Tried 3.11.0, 4.0.5, 4.1.1. I've moved firebase init to app.js, first screen navigatingTo, second screen navigatingTo.
Is this issue resolved? I have a similar issue with version 8.0.1 of the plugin.
Notifications work fine after installing the application, but after killing, notifications stop working.
To make tests, I send notification calling firebase API through Postman, using FCM token received calling firebase.getCurrentPushToken() method.
After notifications stop working, the response sent by firebase API is "notRegistered", even if the token is exactly the one received as current token.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have the latest version "nativescript-plugin-firebase": "^4.1.1".
and I never get the background notifications and the foregrounds are failing when I kill the app and reopen.
I call the init method before the application starts and the foregrounds notifications works only that first time.
Any idea of what version of the plugin I should use that works background notification and foreground?
The text was updated successfully, but these errors were encountered: