Replies: 1 comment 2 replies
-
Bree can be used for FCM, push, emails, anything. You need to write your own logic to handle the queue (e.g. user creates an event -> have your job run every 15 seconds to check for non-locked events that need to go out that are |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I was wondering if bree is suited to schedule sending FCM messages for push notifications? For example, if a user creates an event, I want the user to be notified 15 minutes before, an hour before, and a day before. However if the event is updated, the job would also need to be updated and the same goes for if the event/event occurrence is deleted. The event and event occurrences are stored in my remote database.
I was mainly worried because I read through this thread and was unsure if it meant that I could dynamically add & update the event and the job to send scheduled push notifications and if that is recommended.
Beta Was this translation helpful? Give feedback.
All reactions