Skip to content

Push Notifications (PNs)

LeoTM edited this page Feb 22, 2022 · 44 revisions

Firebase Cloud Messaging (FCM)

...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

OneSignal

...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

Notifee

...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

Clone this wiki locally