I have below payload push notification, send from my server. The notification work in all version, but the sound don't work only on Android Oreo, other Android versions work fine.
{
"to" : "d4DLcrilLbs...",
"notification" : {
"body" : "This is an FCM notification message!",
"title" : "FCM Message",
"sound" : "new_sound.wav"
}
}