Optimize and resize images with sharp
To run this project, you will need to add the following environment variables from Google Firebase to your .env file:
APIKEY=
AUTHDOMAIN=
PROJECTID=
STORAGEBUCKET=
MESSAGINGSENDERID=
APPID=
Install project dependencies:
npm installInstall firebase emulators
cd functions
npm installRun Firebase emulators:
cd functions
firebase emulators:startRun Quasar App:
quasar dev