How to upload assets?

Hello,

I love the concept of Firebase Studio, being able to develop on the cloud, gaining access to Google’s powerful resources for powering the emulator, for example, and more…

Have tried to use Firebase Studio with the development of a Flutter App, yet I had to abandon it, and continue locally using my Android Studio in my computer, basically because I searched and never understood how can I upload assets to the Firebase Studio.

For this app, and actually for any other app, one needs to access specific images, videos, etc… I thought that one possible way to use Firebase Studio would be to upload my assets elsewhere, and then refer them inside the app using their URL, but this is not very appealing as it would require that I use temporary code and change it later, to connect with my local assets.

So, although I loved the concept, have not been able to use Firebase Studio since I did not learn how to create an assets folder and upload my required files there. Can you please help me understand how to do this?

Thank you!

Daniel Henry Thomas

Hi, thanks for highlighting this, I think it is missing from our documentation. To upload a file into Firebase Studio, you can right-click on a folder and choose ‘Upload…’ an upload dialog will appear for you to choose a file from your local file system.

1 Like