You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 14, 2025. It is now read-only.
I want to create water reminder app.
my logic is to send notification to user, in between time range of day
like Everyday 8AM to 10:30PM at interval of 1.5Hours,
I am thinking to set localNotificationSchedule and set
date: new Date(Date.now() + intervalhere), and when user receive notification i want to call another function and then
set again new notification with that received notification timestamp+intervalmilisec.
Any suggestion how to do this or it is correct way to do,
I want to know how to trigger some code in app WHEN user just receive notification. I want to run that code even user ingnore or intract with notification,