Alireza Noorali
Alireza Noorali

Reputation: 3265

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?

Upvotes: 1

Views: 3883

Answers (1)

make sure Sound is active like this

enter image description here

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

Upvotes: 9

Related Questions