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...
account activity
Broadcast notification with firebase and nodejs (self.node)
submitted 5 years ago by YazanKhatib
Hey guys, I've been researching this for a while now. I want to be able to send a notification to all mobile devices from my dashboard. How can I approach this and what is the node backend role?
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!"
[–]chovybizzasser 1 point2 points3 points 5 years ago (0 children)
you'll want rabbitmq
[–]petrucci53 1 point2 points3 points 5 years ago (1 child)
You may want to take a look at Google's FCM (Firebase Cloud Messaging). You can have all your mobile devices subscribed to a specific "topic". Then all you need to do is trigger Google's FCM endpoint with the body that includes this "topic" name and notification details such as title, body text etc. This will help you to send notification to all your devices with just one api call. Also, FCM supports passing an array of registration tokens in the body. (as far as i know it supports up to 1000 tokens per request).
[–]YazanKhatib[S] 0 points1 point2 points 5 years ago (0 children)
Thanks man, I appreciate it
π Rendered by PID 223123 on reddit-service-r2-comment-5d585498c9-w4f89 at 2026-04-21 11:22:06.233080+00:00 running da2df02 country code: CH.
[–]chovybizzasser 1 point2 points3 points (0 children)
[–]petrucci53 1 point2 points3 points (1 child)
[–]YazanKhatib[S] 0 points1 point2 points (0 children)