Search code examples
androidfirebasepush-notificationfirebase-cloud-messagingfirebase-notifications

Firebase Push notification is not playing sound when app is in background


I've implemented Android Push Notifications using Firebase Cloud Messaging FCM from AndroidHive but the notification has not sound when application is in background.

Can anyone help me to set sound on firebase background notification?


Solution

  • make sure Sound is active like this

    enter image description here

    if deosn't work please check the official documentation Firebase Documentation