1
6 Comments

How do you manage push notifications at scale

I recently joined a small startup that was sending push notifications to around 50k users.

It was a really slow process to send notifications to all users at once so I had to build a custom server structure that could manage 10000s of notifications with ease.

I wanted to reach out and see if any of you guys had the same problem and if so make this a SaaS product.

on December 28, 2019
  1. 2

    I am planning to use Firebase for my project in the not too distant future. Not used it yet so bit sure how good it is but I've heard a lot of recommendations for Firebase in general.

    https://firebase.google.com/docs/cloud-messaging

    1. 1

      Firebase works great, I send 100,000's per month and it was simple to setup

      1. 2

        That's good to know - prob won't be sending that many mind you :)

  2. 1

    This comment was deleted 6 years ago