what is the approach of implementing a notification on emberjs? The notification what I was talking about is notification like facebook. For example, a pop-up notification will show when a person commented on your post or etc. I was thinking of using FCM (Firebase Cloud Messaging) or can someone share their experience (code) or knowledge if you have implemented this without using FCM. Would appreciate any suggestions, thank you!
Once bookmarked discourse-push-notifications but did not find the time to test it.
If you don’t use any framework other than ember and you are going to choose one only to implement notifications, the native javascript way is not that bad.
I tried it myself and got notifications to work immediately without any trouble and with few rows of code. Otherwise, I am currently looking at bootstrap to join with my ember app, if you think you could also go for a solution like that, take a look to this bootstrap utility: