zo0r / react-native-push-notification

React Native Local and Remote Notifications
MIT License
6.75k stars 2.05k forks source link

Why are people still using this outdated library? #2390

Open putuoka opened 11 months ago

putuoka commented 11 months ago

I'm just curious because I only use Firebase Cloud Messaging (FCM) for Firebase notification messages, and it's already sufficient for sending remote push notifications. However, I see that many people are still using older versions of the React Native library. Can anyone explain why this might be the case?

idortulov commented 11 months ago

Probably legacy projects.

ccreonopoulos commented 11 months ago

Legacy project is one reason. An attempt to move to the FCM SDK 100% was made but to perform specific tasks like getDeliveredNotifications or removeDeliveredNotifications, it didn't suffice due to the creating background app handling requirement. We wish we could just utilize FCM since there is a lot of notification handling on our app, but until then, we're happy with what it offers.

litinskii commented 7 months ago

in FCM you are not able to show notification while receive them in foreground mode, you will need to use this one lib or other to show local notification

Iamivan1996 commented 1 month ago

it may be great to use Notifee for local and scheduled notifications?. It is maintained by Firebase.