Flutter Firebase Cloud Messaging Custom Sound

Viewed 1014

I want to play a custom alert sound when I receive a notification from Firebase Cloud Messaging in Flutter, is there a way of achieving this?

1 Answers

If you haven't checked yet, there is firebase_messaging plugins which is an available package that you could use.

Try to check this SO post and GitHub post as this was discussing about previous issues encountered when using the plugin for making custom sounds in all platforms.

Related