php-firebase-cloud-messaging
php-firebase-cloud-messaging copied to clipboard
setSound is not working
Hi, I'm trying to change the sound but it does not work. I think it only works the 'default':
1°) $notif->setSound('default'); 2°) $notif->setSound('ringtone'); 3°) $notif->setSound('siren');
I am using PHP 5.6
to make it work, you have to modify the file Notification.php
and then modify your $message-> setNotification with another parameter

Bonjour,
Je n'arrive pas à modifier le son pourtant j'ai fait comme @k3v1nd315 Peut importe ce que je mets c'est toujours le son par défaut.
J'aimerai bien mettre mon propre son, passer directement un lien vers un fichier audio. Si quelqu'un sait comment faire, je suis preneur :)