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

Remove ability to change client or project on the fly #169

Closed dwightwatson closed 10 months ago

dwightwatson commented 10 months ago

The ability to swap out the messaging client or the app project on the fly results in a lot of additional code and also makes it difficult to test. Considering that the vast majority of users of this channel won't use these features let's instead support the simplest use case comfortably.