
I have a flutter android app. What I need is: When a user clicks on a button - after x amount of minutes, the app will get a push notification.
I thought to implement that by - the app should be with a user login mechanism. When the user clicks on a button, the app will trigger a cloud function via http request, this cloud function will create a new cron job, scheduled to the time needed (for example, 15 minutes from now). Than, the cron job will send push notification with FCM to the client app.
Is my "planning" is ok? this is the proper way of doing this kind of task? Thanks
Recommended threads
- Can't Login to Cloud Account
Dear <@870607367597850624> I used one of my Email account (hassanmrwt@gmail.com) for Cloud but that is not in my access now. System is prompting me to verify E...
- Function scheduling is not functional on...
Hello everyone! I'm using Appwrite Cloud and I have a function that runs every day at 00:00 UTC. Preciously it worked fine, but it didn't fire last night and i...
- CORS error only on tables db api After u...
I've recently updated my self hosted appwrite instance to the 1.8.0 and updated my frontend with the tables db apis but strangely, even if I'm able to log in, g...
