firebase notification sound

  1. Marcos Alves

    iOS Question Custom Sound in Firebase Notification

    Hello all, in Firebase Notification using IOS there is a specific key that contains the sound to be played, like this: $iosAlert = array( 'title' => "Atention", 'body' => "You have a new order!", 'sound' => "default" )...
Top