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?
Summary
The user is asking if it is possible to send push notifications to mobile apps using Appwrite Functions without using third-party services like Firebase Cloud Messaging or OneSignal. They also mention using Novu for notifications and FCM and Apple for optimization. A solution is provided in the form of an example on GitHub: <https://github.com/open-runtimes/examples/tree/main/dart/send_push_notification>.