DEV Community

Discussion on: How to implement notification system like DEV

Collapse
 
guzzur profile image
Felix Razykov

I would use Firebase with a listener to new events on a collection of your choice

Collapse
 
abhay676 profile image
Abhay Goswami

Thanks But I want to know about web in-application

Collapse
 
rotimibest profile image
Ibitoye Rotimi Best

This is a good point. Firebase can get pricey though so probably a simple solution I can implement my self on my server would be helpful.

I noticed that their notifications do not come as push nor emails rather just an in app notification and even though I refresh the page I see the notifications icon but once I click it, they are considered as read and I don't see them anymore.