-
Notifications
You must be signed in to change notification settings - Fork 2.3k
onNotificationOpenedApp is not working on Android #3695
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
Comments
Hello, I had the same problem. |
I also had this problem and it was caused by the lib |
@Newbornbird Thanks, I solved this, so now I get a new problem that every time I push a new notification from firebase console the onNotificationOpenedApp function run automatically one time with no data. When I press the notification on the notification panel of the device it will run onNotificationOpenedApp function again with data. So how can I force first running this function when receiving notification from the firebase console? |
same here:
Any solution? |
Dear @roni-castro |
Feel free to continue the discussion, but this is not an issue/bug with React Native Firebase. |
"@react-native-firebase/app": "^8.4.6", I see notification from Cloud Message in background, but |
@ZaikinaEvgeniya-2 no comments here will receive attention. It's a closed issue nearly half a year, new issue with full template |
How are you so sure.. when many of us are facing this issues.... |
Because I personally use it. I have watched my apps logs on device and seen it work. That leads me to believe it is working |
@mikehardy thanks Actually in my case adding Full content of that file:
|
@datachanturia did u do smth after changing the SplashActivity.java? because i already did that and i havent been able to make it work sadly :( |
@Felipitoo I don't think I did something else here.. just remember it didn't work until I clear the cache and build project again.. |
Everything works well on the IOS device but Android not, on Android device it still receives notification but when pressing the noti, then the app opens itself but onNotificationOpenedApp function is not run.
Package in used:
The text was updated successfully, but these errors were encountered: