laravel-notification-channels / fcm

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

Feature: allow to send notifications to multiple FCM projects #159

Closed tengkusyafiq closed 10 months ago

tengkusyafiq commented 1 year ago

fcmProjects() is useful is your backend needs to send notifications to multiple apps, which has different firebase projects.

dwightwatson commented 1 year ago

Are tokens not specific to a certain project?

It seems odd to loop over multiple projects with the same tokens if that is the case.