Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

is firebase ideal for a music streaming app. (Flutter) [closed]

Almost eveything is done through the database, and so this got me thinking, if I have user accounts, is there a way to create/allow certain things from the database,to be user configurable. For example, say they favorited a song, though it is done through the server, it'll be user base and only affect them.

Is there a way to allow certain things from the main database to be user database as well.

Sorta new to this.

like image 450
Derived Pierre-Louis Avatar asked Feb 01 '26 18:02

Derived Pierre-Louis


1 Answers

You can definitely use firebase for music streaming ,

  1. for basic upload you can use firebase storage, and use the download link to stream using Audio Players plugin

  2. if you want to compress audios to different qualities you can use Firebase Functions by adding your own javascript to it.

  3. The rest is just data manipulation and user management. You can refer the firebase documentations for more.

like image 162
Henok Avatar answered Feb 03 '26 08:02

Henok



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!