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 install
Install firebase emulators
cd functions
npm install
Run Firebase emulators:
cd functions
firebase emulators:start
Run Quasar App:
quasar dev