-
-
Notifications
You must be signed in to change notification settings - Fork 29
Push Notifications (PNs)
...provides support for displaying basic notifications to users with minimal integration required
...for more advanced notifications, we recommend using our separate local notifications package Notifee
https://github.com/invertase/react-native-firebase
a collection of official React Native modules connecting you to Firebase services
...originally built OneSignal because we were a game studio and we were finding other push notification and in-app messaging products to be very limited, unreliable, lacking good SDKs, or expensive
...aim to offer a better free service than Firebase and to also have paid features for companies that need things like deeper analytics, integrations with third-party systems, etc
- https://onesignal.com/blog/firebase-vs-onesignal
- https://documentation.onesignal.com/docs/react-native-sdk-setup
- https://github.com/OneSignal/react-native-onesignal/tree/main/examples/RNOneSignalTS (classes)
...bringing local notification support to Android/iOS
...local notifications lib, doesn't integrate with any 3rd party messaging services. This provides developers greater flexibility on how notifications are managed and integrated w new and existing apps
...successor to the notifications module in React Native Firebase v5. The entire library has been reworked from the ground up focusing on new features, testing, documentation and device compatibility