How to Download/Export the Entire Project Code in Firebase Studio?

Hello everyone!

I have a question about code backup in Firebase Studio.

When I right-click on a folder, I can only download that specific folder. What I actually need is to download all of my project code at once.

On other competing platforms, there’s usually an option to export or download the complete project, but so far, I haven’t found where this feature is located in Firebase Studio. I’ve already checked the Functions area inside Firebase, but couldn’t find it there either.

Could someone please guide me if there’s a way to export the entire project code in Firebase Studio? My goal is simply to have a complete backup of my code, nothing else.

Thanks in advance for your help!

If you CTRL+Click folder names you can select multiple folders to include in the single zip. This gives you the ability to avoid folders like node_models and .next to keep the zip smaller. You can rebuild cache and libraries locally.

Another option is to connect your local repo to a remote one like on Github, Gitlab or BitBucket and push your changes. This would obviously not include files outside of source control such as .env files.

Currently, these are the only methods for downloading source but we are exploring additional experiences. Developer feedback on how is welcome.

Hold ctrl, choose files you want, right click, zip&download. Better use Git.