0

I am currently using firebase push notifications for notifications. I need to customize the default sound.

I tried by "sound": "alert.mp3", instead of "sound": "default", but the sound I have given didn't trigger.

Shebin PR
  • 75
  • 1
  • 5
  • Does this answer your question? [Firebase push notification with custom sound (Flutter)](https://stackoverflow.com/questions/53531387/firebase-push-notification-with-custom-sound-flutter) – rrttrr Jan 11 '23 at 10:12

1 Answers1

1

check out the solution here to know how to specify a custom sound for both android and iOS

Ahmed Elhenidy
  • 219
  • 1
  • 8