kawankoding / laravel-fcm

Firebase Cloud Messaging (FCM) sender for Laravel
172 stars 56 forks source link

Sound in notifications? #48

Closed sbaguirr closed 4 years ago

sbaguirr commented 4 years ago

Hello! I would like to know if the sound of the notifications can be configured, at least with a default sound, since when the notifications arrive they do not sound.

sbaguirr commented 4 years ago

you only had to add 'sound' => 'default', within the data or notification array.