Firebase storage downloadURL file structure

前端 未结 1 550
一整个雨季
一整个雨季 2021-01-19 04:15

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
└─         


        
相关标签:
1条回答
  • 2021-01-19 05:06

    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/

    0 讨论(0)
提交回复
热议问题