Handling Notifee without FCM #521
-
Hello there ! First of all thank you of your hard work on this plugin it's implemented on our Android and working fine 🙂 I have a question (maybe a little large but trying my luck). We have an app who need to be upgraded especially the iOS part since Android is already here with Notifee + @react-native-firebase/messaging for receiving push notifications and use Notifee to trigger the notification. This is the problem: I'm struggling to find a good library to handle push notifications in foreground/background/close state. Currently we use react-native-push-notification for handling push notifications reception and @react-native-community/push-notification-ios for local handling (we would like to use notifee instead). We can't afford to use FCM on iOS because of Did you have any solution/advice to receive push notification on iOS without react-native-push-notification in combination with Notifee ? I've also tried wix push notifications without success and One signal seems not to be a better option when I read this:
Thank you in advance and have a good day! :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You can use react-native-firebase v14 until the use_frameworks situation is sorted out. It will be sorted out and already works for most modules with many others in progress. I think that's a solve-able problem and am actively pushing ahead with that. I'm not aware of any other iOS packages that reliably handle notifications with maintenance you can count on for years and years, it's why I/we (Invertase) work on it and maintain it. |
Beta Was this translation helpful? Give feedback.
You can use react-native-firebase v14 until the use_frameworks situation is sorted out. It will be sorted out and already works for most modules with many others in progress. I think that's a solve-able problem and am actively pushing ahead with that.
I'm not aware of any other iOS packages that reliably handle notifications with maintenance you can count on for years and years, it's why I/we (Invertase) work on it and maintain it.