
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
- deploy denied!
so i was getting this error this my website, so i setup an empty branch and started from scratch. I Installed " git clone https://github.com/appwrite/starter-fo...
- React Client SDK - CORS issue for Storag...
Hi I've been working on a project for a few weeks with the React Client SDK and OAuth2.0 Google login. All has been working alright, but today I've started gett...
- rror creating Appwrite user: User (role:...
I do not understand, I have tryied everything tryable to make this error go away, I have absolutely no more ideas on how should I correct this. Anything can hel...
