mardi 20 août 2019

Reminder Push notification using SpringBoot and React Native

I have a usecase to be Implemented where I need to send Push Notification from my server which is implemented in SpringBoot. In my case User will set a date reminder date (from mobile Application which is developed in React Native) which will be saved in my database mysql.

Now I need to check those dates (On server)and send a push notification to the users on that date. what my guess is I need to continuously check for the reminder date for every user and if reminder date is equals to todays date then send the push notification.

But this approach I don't feel it's good.

Can anyone help me out what should be the architecture for my usecase.

Aucun commentaire:

Enregistrer un commentaire