Help me making chat app

Any way, the idea is simple:
1- Use sound recoder component for recording.
2- Upload the recorded file to firebase storage/ your server/ cloudinary
3- You get the download link, now store it in a db : firebase, mySql, airtable
4- Finally when you need any of the users to play this voice , just get the link from your db, and set the player source ( or any sound player extension ) to the link of your sound file.
5- That’s it!

1 Like