Member-only story
Firebase is handy to use if you want to fire up a simple website quickly. I wrote about how to host a BI report webpage using Firebase before. This week, I want to create a website providing sheet music(PDF format) from the game Final Fantasy 14. So I need to use its storage and a piece of code rendering PDF files.
- Firebase Storage
- React-PDF
- CORS Error : Access-Control-Allow-Origin
1. Firebase Storage
The storage is under the same ‘Build’ category as the ‘Hosting’.
In the storage section, you can upload your file to the default bucket. As a free user, I can’t create more buckets.
Click the file to find detailed information(such as the file URL ). In this way, I can just use the console to manage my files.