zo0r / react-native-push-notification

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

How do I integrate this library with @react-native-firebase? #2033

Open andraantariksa opened 3 years ago

andraantariksa commented 3 years ago

Question

So I have been using https://rnfirebase.io/messaging/usage for now and they handle the remote notification from firebase easily, they handle the opened notification but I does not work for a notification that was created this library. How can I integrate this library to react-native-firebase?

I only use this library for local notification and I want to get an event from pressed notification without any remote stuff.

Kamill90 commented 3 years ago

@andraantariksa I guess it is just an alternative library. https://openbase.com/categories/js/best-react-native-notification-libraries?orderBy=RECOMMENDED&

I use rnfirebase.io's modules to analytics/crashlytics etc. But for notifications, I use this one.