Hi
Is there is any plan to support push notification?
Meanwhile cab I use firebase fcm to notify my firebase app that works with appwrite?
Any example?
Thanks
Hi - please see this: https://github.com/appwrite/appwrite/discussions/905 (don't forget to upvote/ add your thoughts in comments)
An example till the time it's not released - (this uses FCM as asked by you ) https://github.com/open-runtimes/examples/tree/main/dart/send_push_notification
Hope this helps ❤️
Plans for Push Notifications in Appwrite?
@joeyouss thank you
Thank you
[SOLVED] Plans for Push Notifications in Appwrite?
Recommended threads
- AppwriteException - Transaction with the...
I am using "node-appwrite" module and I have successfully created transaction id but when passing it to tablesDB.createRow function with some other required dat...
- Cannot create cloud function due to this...
As I try to deploy a new function to Github I get this error message: ``` Unable to clone code repository: fatal: ' ' is not a valid branch name hint: See `man ...
- How to use TS for creating appwrite func...
I was making a few appwrite functions but on doing the appwrite init setup process i always got main.js. Is there any way i can use TS?