Hi! I would like the users of the app to create a recurrent reminder, let’s say daily.
Is there a way where the user can set up the time of the day and receive the reminder/notification?
Thanks
Hi! I would like the users of the app to create a recurrent reminder, let’s say daily.
Is there a way where the user can set up the time of the day and receive the reminder/notification?
Thanks
Hi @Joalavedra,
Notifications are not supported for PWAs on iOS so Glide supports limited notification functionality: Notifications - Glide Library
Alternatively, you could have a section on the home that highlights the reminder (this has been discussed in another topic)
The topic of notifications has been discussed quite a few times, you can check Notification push
An alternative is to store the reminder data on a Google Sheet, then use a third-party option like Integromat to trigger those “notifications” through email or text (with Twilio).
Many thanks!