This repository has been archived on 2025-04-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ha_client_fcf/.gitpod.yml
Yegor Vialov 6bae740e4e Gitpod config
2020-02-17 14:34:34 +00:00

16 lines
503 B
YAML

tasks:
- init:
echo "Installing Firebase tools..."
npm install -g firebase-tools
cd /workspace/ha_client_fcf/functions
echo "Getting dependencies..."
npm install
echo "Logging in..."
firebase login:ci
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