laravel-notification-channels / onesignal

OneSignal notifications channel for Laravel
MIT License
283 stars 119 forks source link

Send notifications to different app_id #26

Closed Gaia-Nutrition closed 6 years ago

Gaia-Nutrition commented 7 years ago

Currently the app_id to send notifications to is hardcoded through the settings in services.php.

I'm developing a backend serving several apps. Is there a way to provide the app_id inside the message?

LKaemmerling commented 6 years ago

@Gaia-Nutrition You should be able to overwrite the settings in the service.php on runtime: https://stackoverflow.com/a/38874160