I have a use case where I want to send the notification to the user once the timer countdown is complete. The current user is the one who triggers the timer. So its the current user who will trigger a notification to themselves.
Up on testing, it doesn’t seem to be working, after checking the guide I’ve found this:
Notifications will only be sent if;
The user has the app installed on their device.
The user is logged in.
The user has had activity in the app in the last 2 weeks to be considered active.
The user has permissions allowed.
The user is not the user triggering the notification.