
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
- upsert_documents is not work with jwt cl...
client.set_jwt(jwt) databases = Databases(client) databases.upsert_documents(General, Pallets, [{"$id": "684aeb3e0021e64c10f1", "name": 'тест '}]) This code al...
- Redirect URL sends HTTP instead of HTTPS...
I am not sure since when this issue is present, but my Google and Apple redirect URI are no longer pointing to the HTTPS redirect URI when I try to use OAuth. ...
- Email OTP Mail Getting Delayed by 10 min...
I just noticed I am reciving delayed otp emails on frankfurt server we are on free plan now but we are planning to change to get on to paid plan can anyone plea...
