When push notification to Android 8.0 App run in background , custom sound not working.
sound path : app/src/main/res/raw/siren_noise.wav
{
"to" : "devices token",
"notification" : {
"body" : "Body of Your Notification",
"title": "Title of Your Notification",
"sound": "siren_noise",
"android_channel_id": "7373737"
}
}