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
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Different appwrite IDs are getting expos...
File_URL_FORMAT= https://cloud.appwrite.io/v1/storage/buckets/[BUCKET_ID]/files/[FILE_ID]/preview?project=[PROJECT_ID] I'm trying to access files in my web app...
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...