-
Notifications
You must be signed in to change notification settings - Fork 326
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
[🐛] Bug Report Title - [Android] Unable to Open Push Notification on Android When Tapped #2897
Comments
Hey @Vijay-Magadum can you paste your package json please so what we can see the versions of all the libraries used for push |
hey @santhoshvai this is my package.json file |
Could you update your firebase versions and try out again please |
Hey @santhoshvai , sorry for the delay. I've downloaded the latest package, but the error still persists. This is how i am displaying notification using notifee:
|
I am developing a chat application using the Expo and GetStream SDK. For notifications, I am integrating Firebase with the GetStream SDK, which allows me to receive notifications. I have also implemented background handlers and events for notifications, which work fine on iOS but are causing issues on Android as described below. The error occurs when I click on a notification while the app is in a killed state.
The text was updated successfully, but these errors were encountered: