[SOLVED] Sending push notifications to mobile app via Appwrite Functions
- 1
- Flutter
- Databases
- Cloud
- Users
- Functions
Hello, I'm new to Appwrite, I come from a Firebase background, and I was wondering if we can create our own push notification cloud function and deliver the notification to mobile apps without using third-party services like Firebase cloud messaging or OneSignal. is this possible?
Yep. here's an example:
https://github.com/open-runtimes/examples/tree/main/dart/send_push_notification
This used FCM. Iām talking about without using any third party services.
The same idea applies. Use whatever provider you want
It's best to use fcm and apple because those notifications are more optimized
Im using Novu for notification and seems work properly
@kamal.panara Can I mark this as solved or do you need additional information?
You can!
Thanks
[SOLVED] Sending push notifications to mobile app via Appwrite Functions
Novu seems interesting <a:agooglethumbsup:635256484682530825>
Recommended threads
- How Can I Create landing page in appwrit...
I created function called invoice URL https://app.getrestt.com/v1/functions/invoice/executions?id=test-76f948fe83c43422561fe096c0674a1bd3ff0702cdfcf2444293ab31...
- Couldnt not do appwrite push tables
Not sure why i am not able to create my tables
- DeploymentStatus enum value `canceled` m...
Hey, Sorry if it has been reported already, I found an issue using the Dart SDK where the `canceled` enum value is missing from `DeploymentStatus`. This causes...