Greetings,
In my on-demand service project, which consists of separate customer and provider apps, I aim to implement a feature enabling notifications to be sent to service providers whenever a customer books a service. Given that FlutterFlow's native push notification functionality is limited to in-app notifications, I plan to integrate with a third-party service like Firebase Cloud Messaging (FCM) to facilitate the delivery of external push notifications to providers. This approach ensures that all service providers associated with the booked service's profession promptly receive notifications, enhancing communication and responsiveness within the platform. If you have any prior experience or insights into implementing such a feature, your guidance would be greatly appreciated.