benwilkins / laravel-fcm-notification

Laravel FCM (Firebase Cloud Messaging) Notification Channel
MIT License
213 stars 91 forks source link

Sound dont play #65

Closed ericktarzia closed 4 years ago

ericktarzia commented 4 years ago

i use:

    $message = new FcmMessage();
    $notification = [
        'sound'        => "http://apetitivodelivery.com.br/public/sounds/som.mp3",
        'title'        => "Novo Pedido #".$this->order->id." em ".$this->order->foodOrders[0]->food->restaurant->name,
        'body'         => $this->order->user->name, .....