❗ Make sure you have setup firebase cli
correctly.
Create .env
file within functions
folder.
API_KEY=<google api key>
GOOGLE_APPLICATION_CREDENTIALS=<path to google service json config>
GOOGLE_APPLICATION_CREDENTIALS
is relative to src folder.
Within functions folder
npm install
Within functions folder
npm run start
If you want upload prepared tags within functions folder run
npm run upload-tags
Within functions folder
npm run deploy