Fork me on GitHub
#cljsrn
<
2019-12-12
>
Kenric19:12:44

Has anyone dealt with Android remote notifications? I'm currently looking into packages to use and it would be great to get some opinions. So far, I've looked at react-native-push-notification , react-native-notifications, and @react-native-firebase/messaging. Leaning towards firebase/messaging since it's the official package for FCM, but would love to hear opinions for or against. Current project is re-natal & RN 0.61.2.

naomarik05:12:07

The push notification thing seems like it’s an enormous mess right now. Wix’s library does not autolink and documentation is outdated for 0.60+. The zo0r library works mostly but it’s no longer maintained — something as basic as going into a particular screen when user clicks on notification does not work. The official firebase package is not quite out yet and apparently going to cost $240.

domainmoon05:12:16

How about https://onesignal.com/ It's free and quite stable.

naomarik03:12:05

@U0U5N5HB6 didn’t see this — thanks will try it out!

🙂 4
👏 4
naomarik05:12:07

The push notification thing seems like it’s an enormous mess right now. Wix’s library does not autolink and documentation is outdated for 0.60+. The zo0r library works mostly but it’s no longer maintained — something as basic as going into a particular screen when user clicks on notification does not work. The official firebase package is not quite out yet and apparently going to cost $240.