Notifications
There are two different ways of notifying the user from the application either by email or in-app.
Email Notifications
Email notifications are sent to the user's email address. The users is able to receive the notifications in their email inbox. If they have enabled the email notifications in their settings. If not then the email will not be sent to them.
In-App Notifications
In-app notifications are sent to the user's application. The user is able to receive the notifications in their application. If they have enabled the in-app notifications in their settings. If not then the in-app notification will not be sent to them.
code example
const javascript = 'code example';