-
Notifications
You must be signed in to change notification settings - Fork 678
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
Consider re-openning this repo #1131
Comments
I would +1 this so bad, I'm still using this repo in my 10+ on-going projects right now |
+1 |
2 similar comments
+1 |
+1 |
Here is a link explaining the drop in support for notifications that came from the RNF v6 jump. invertase/react-native-firebase#2566 (comment) This repo is quite relevant and valuable to the community. Not sure if @evollu is interested in resurecting for open source input. |
@evollu You have any thinking over this yet? |
FYI: in react-native-firebae v6.4.0 was add two methods for notifacion, getInitialNotification and onNotofocationOpened. I think it will be enough for most apps. |
@vomchik I haven't used react-native-firebase for a while now, but by the sound of those methods, I would assume that onNotificationOpened only get triggered when the user taps onto the notification, and that is not enough since on all of my projects, the data needs processing as soon as notification comes in, not when the user taps on it. |
I see, but if you want to catch a incoming notification in the foreground please use onMessage handler. |
Well that would do for the foreground case, but what if when the app is running but in the background? Any method for that or would the onMessage() handle that case too? |
As far I remember it also will be handled by onMessage, please check a documentation 🕵️♂️ |
Ah if so that would be nice, I'll check it out, thanks! However, I still would like @evollu to re-open this repo regardless. I've been forking this repo to fix AndroidX support along with some other bug fixes but if he's not coming back I might have to dig up my rusty Java skill from college again to add support for new features of FCM. |
react-native-firebase is no longer developing a solution for notification in V6 version. So, please reconsider the repo deprecation
The text was updated successfully, but these errors were encountered: