-
Notifications
You must be signed in to change notification settings - Fork 995
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
onNotification event not fired #628
Comments
Same issue. |
I'm facing the same issue. is there any contributor who can tell us what's happening in the new version? I have tried to downgrade the plugin but because gradle and google services updated there policies and version it's not installing. |
If on Android, check if those lines are present in your AndroidManifest.xml
|
Same for me on iOS... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to handle firebase push notification in my app , i can get token successfully also notification sent successfully when app is in background or closed, but when app is in foreground no thing happened.
I am listening on onNotification event but it never fired , neither when app is on foreground nor when notification is clicked, any help would be very appreciated.
The text was updated successfully, but these errors were encountered: