laravel-notification-channels / fcm

Firebase Cloud Messaging (FCM) notifications channel for Laravel
https://laravel-notification-channels.com/
MIT License
476 stars 123 forks source link

Send FCM Notification to Multiple APP #132

Closed luqmansolihin closed 1 year ago

luqmansolihin commented 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?

dwightwatson commented 1 year ago

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.