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
- Cant configure email templates
i configure it on the console, and when i send the OTP, it sends with appwrite's email (instead of custom smtp) and with the branding, but i have the Pro (educa...
- Need help with createExecution function
Hi, Need some help understanding createExecution. When requesting function execution via createExecution, the function handler arguments are incorrect and rese...
- Need Help with Google OAuth2 in Expo usi...
I'm learning React Native with Expo and trying to set up Google OAuth2 with Appwrite. I couldn't find any good docs or tutorials for this and my own attempt did...