
Hello,
I'm trying to implements a notification system with Appwrite and without using FCM.
What's the best way to achieve this ?
- specs: As an admin, I want to be able to notify everybody As a manager, I want to be able to notify every member of my team (Optional) Pass more data than just a message
Thanks for your help

Hi - so you are wanting to enable it without using FCM,
You could write a function that makes sure to verify who is the admin, who is the manager etc (basically identify their IDs) and after that, the relevant event is triggered keeping permissions in mind -> https://appwrite.io/docs/permissions .
Mainly you can use https://appwrite.io/docs/client/teams, https://appwrite.io/docs/server/users and https://appwrite.io/docs/permissions to make this happen

About FCM, you can try AWS SNS. Our team member Damodar is actively investigating possibilities to make that happen!

Thanks for this quick answer,
I'll try this <:appwritecheck:851487062112731146>

[SOLVED] Notification system
Recommended threads
- Custom Domain
I’m trying to add a custom domain. I added the nameservers like shown for kassa.velleb.com I always get this error, ive waited for a day now and ive checked dns...
- Storage files, invalid Argument Server E...
The files were created using the Node-Appwrite SDK, with access permissions granted to the creator and the admin. They were created over the span of two years u...
- Bulk Update Error
Getting Following error when updating a document: ``` Failed to Update User: Bulk update is not supported for collections with relationship attributes. ``` In...
