[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
- 1.7.2 Node-appwrite createDocuments from...
Am I correct in my testing that functions with document creation event, wont trigger on calling createDocuments from within a function.
- Multiple import failures migrating from ...
Multiple import failures migrating from cloud to localhost Docker. See attached doc for logs. Local docker on win 11 is V1.7.4 as per latest setup, but cloud ...
- Doubt regarding running Nextjs APIs on A...
How are the API calls running on my NextJS API routes charged by the Appwrite cloud? Like if each of my API calls takes 20s, then will that be deducted from my ...
