This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-12-12
Channels
- # adventofcode (67)
- # announcements (8)
- # babashka (46)
- # beginners (154)
- # calva (5)
- # cider (9)
- # clara (5)
- # clj-kondo (34)
- # cljdoc (31)
- # cljsrn (4)
- # clojure (146)
- # clojure-europe (5)
- # clojure-italy (3)
- # clojure-losangeles (2)
- # clojure-nl (149)
- # clojure-spec (22)
- # clojure-uk (73)
- # clojured (6)
- # clojurescript (95)
- # clojureverse-ops (3)
- # cryogen (7)
- # cursive (12)
- # data-science (1)
- # datomic (9)
- # docker (1)
- # emacs (1)
- # figwheel-main (1)
- # hyperfiddle (1)
- # jobs (3)
- # malli (29)
- # nrepl (2)
- # off-topic (61)
- # pathom (6)
- # pedestal (1)
- # planck (1)
- # reitit (19)
- # shadow-cljs (52)
- # spacemacs (5)
- # tools-deps (24)
- # vim (30)
- # yada (6)
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.
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.
How about https://onesignal.com/ It's free and quite stable.
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.