This repository has been archived on 2025-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
ha_client_fcf/.gitpod.yml
2020-05-16 18:11:41 +00:00

16 lines
522 B
YAML

tasks:
- init: |
echo "Installing Firebase tools..."
npm install -g firebase-tools
cd /workspace/ha_client_fcf/functions
echo "Getting dependencies..."
npm install
command: |
cd /workspace/ha_client_fcf/functions
echo "Make sure we are using the latest versions of Firebase tools and libraries..."
npm install firebase-functions@latest firebase-admin@latest --save
npm install -g firebase-tools
echo "Logging in..."
firebase login:ci --no-localhost