Place custom sound files in your app bundle or in the Library/Sounds folder of your app’s container directory . Custom sounds must be under 30 seconds when played. If a custom sound is over that limit, the default system sound is played instead.
Read moreHow do I use firebase to send notifications?
See: How to ENABLE push notifications in your app, using Firebase.)
Read moreHow do you add firebase messages on flutter?
On the root of your Flutter project, run the following command to install the plugin:
Read moreHow do I get firebase notifications on flutter?
Using FCM Console To send a notification, go to Firebase Console → Cloud Messaging and click on Send your first message . Then enter the Title and body field. If you wish to send it to a particular device then click on Send test message and enter the FCM registration token. (Enter the current FCM registration token).21 Şub 2022
Read more