Closed luqmansolihin closed 1 year ago
I am using this package for my laravel project and it is working properly for one app. Now i want to integrate api support for multiple apps and that's why want to configure FCM for multiple FCM senders. How can i make it possible?
There's a PR that adds support for sending to multiple tokens - see if that works for you.
The channel already has support for multiple projects - see the fcmProject method on the notification.
fcmProject
I am using this package for my laravel project and it is working properly for one app. Now i want to integrate api support for multiple apps and that's why want to configure FCM for multiple FCM senders. How can i make it possible?