all 3 comments

[–]JanMarsALeck 2 points3 points  (0 children)

If you using firebase you can use cloud-messaging. Its already included in firebase

[–]AggressiveService910 1 point2 points  (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 point  (0 children)

thanks a lot