Tutorial for firebase upload function
- Clone the project
- Add your .env to /firebase-upload-tutorial folder
- On your terminal at the project's location, run
cd firebase-upload-tutorial
andnpm install
and finallynpm start
- The project should be on http://localhost:3000/
- Everytime you save your code file, it will reflect the new changes on the localhost site.