
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
- Creating Push Notification Results in Fa...
When creating a push notification using the Python API, I get this error for the status of my message. I call it using basically this: ```python def main(conte...
- OAuth fails with Invalid Response or inv...
Im currently trying to use the Discord Oauth but i cant find a way to make it work. I followed the docs and set up the discord oauth application and enabled it...
- Functions in Golang - I need help
Hi guys! I am struggling to deploy a rather simple golang function. The deployment log details are very sparse: "failed error code: 524 " or: "Cannot access ...
