How to trigger notification on Appwrite when a record is added to my database? The same function exists in Firebase, but in the paied plan .
Asked
Active
Viewed 491 times
0
-
https://stackoverflow.com/help/minimal-reproducible-example please check this and update your question – Hassan Kandil Apr 19 '22 at 10:36
1 Answers
0
Appwrite doesn't include a notification service but you can make use of Firebase Cloud Messagaging for to send your push notifications.
As for how to trigger the notification, the best way is to create an Appwrite Function that triggers on document create. The function can use Firebase Cloud Messaging to send the push notification.

Steven Nguyen
- 452
- 4
- 4