
Hello all, I am thinking of using appwrite as my backend for an upcoming project. However I am unable to figure out how to send a notification to a user after a certa in event happens. Has anyone done this before? I am planning to develop an app using Flutter As far as I can tell, this should be done using cloud fuctions but im still unsure Thanks

Appwrite does not (yet) have any built in push notifications method. Cloud Functions is just a way for you to run your own code within Appwrite. So yes, you could build an integration with a push provider, and use a Function to send notifications

Thank you for confirming the approach. Are you aware of anu guides that can point me in the right direction?

Recommended threads
- custom requirements.txt file
How do I specify a custom requirements.txt file when creating a serverless function through the Appwrite console?
- Is my approach for deleting registered u...
A few weeks ago, I was advised not to use the registered users' id in my web app. Instead, I store the publicly viewable information such as username and email ...
- ❗[Help] Function stuck in "waiting" stat...
Hi Appwrite team 👋 I'm trying to contribute to Appwrite and followed the official setup instructions from the CONTRIBUTING.md guide to run the platform locall...
