Android Question Voice message firebase notification

gregorio_adrian_gimenez

Active Member
Licensed User
Longtime User
Good day, is it possible to send an audio message by firebase notifications? Is there an example of how to do it? I did not find From already thank you very much,
 

DonManfred

Expert
Licensed User
Longtime User
Good day, is it possible to send an audio message by firebase notifications?
No.

But you can send a "special Keyword" or a code to inform the app to download a specific audio from your server or play a specific file already on the device as part of your app.

You are free to build your own solution.

Firebase messaging only can transport a limited amount of data (text).
 
Upvote 0
Top