How to create a reminder in the app

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

3 Likes

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).

2 Likes

Many thanks!

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.