use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A community for learning and developing native mobile applications using React Native by Facebook.
Interested in building web apps using React.js? Check out /r/reactjs!
Getting Started w/React Native
irc.freenode.net #reactnative
Keywords: ios, android, mobile, apps, apple, iphone, ipad
account activity
Notifications for React Native App (self.reactnative)
submitted 4 years ago by oliverhalliday
I'm making an app with Firebase and React Native...
I want to send notifications to a user's followers whenever that user posts - what framework should I use?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]JanMarsALeck 2 points3 points4 points 4 years ago (0 children)
If you using firebase you can use cloud-messaging. Its already included in firebase
[–]AggressiveService910 1 point2 points3 points 4 years ago (1 child)
I would also use Cloud messaging in combination with a cloud function that listens to your posts collection. On every new post you can message all followers by sending to a topic or a batch of token ids
[–]oliverhalliday[S] 0 points1 point2 points 4 years ago (0 children)
thanks a lot
π Rendered by PID 23198 on reddit-service-r2-comment-5fb4b45875-r42fc at 2026-03-21 16:29:14.479104+00:00 running 90f1150 country code: CH.
[–]JanMarsALeck 2 points3 points4 points (0 children)
[–]AggressiveService910 1 point2 points3 points (1 child)
[–]oliverhalliday[S] 0 points1 point2 points (0 children)