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
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...
- Function issue
Hi,idk whats wrong with my function but i made some changes to the env var and made sure they saved then i redeployed it,but then after it redeeployed it asked ...
- Function issue
Hi,idk whats wrong with my function but i made some changes to the env var and made sure they saved then i redeployed it,but then after it redeeployed it asked ...