The new version of Firebase supports push notifications.
We can send notifications via the Firebase GUI console.
But does Firebase provide an JavaScript SDK so that I can send notification directly via my web application to my mobile application users?
Because for the moment I am using Firebase as a backend and Parse server for notifications. I would like to use only Firebase.