No notification sound when sending notification from firebase in android

前端 未结 9 1694
迷失自我
迷失自我 2020-12-01 01:00

I am sending push notification from firebase to my Android Application. but when my app is in background firebase onMessageReceived method is not called instead firebase sen

9条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-01 01:32

    I am able to play notification sound even if I send it from firebase console. To do that you just need to add key "sound" with value "default" in advance option.

提交回复
热议问题