I've essentially been using firebase for storage and my last computer got wiped, and I'm trying to download all the sites files that I've been hosting on firebase. I can't figure out how to do this and the answers I've found seem overcomplicated.
Asked
Active
Viewed 225 times
0
-
There is no built-in FTP console for Cloud Storage for Firebase. But you can use the API to get your files from it. Also see https://stackoverflow.com/questions/43486480/ftp-to-google-storage – Frank van Puffelen Aug 17 '20 at 19:46
1 Answers
0
There is no built-in FTP console for Google Cloud Storage. But you can use the Firebase API to get your files from it.
Also see FTP to Google Storage for an example FTP server that a developer made on top of Google Cloud Storage.

Frank van Puffelen
- 565,676
- 79
- 828
- 807