So I\'m using firebase storage to upload my website files. Here is an example of the directory structure:
Project ├── index.html ├── css │ └── style.css └─
Don't use the storage to save your website files! Use Firebase hosting instead ... Firebase storage is designed for storing upload/download files (image, audio, etc.)
https://firebase.google.com/docs/hosting/