From 6bae740e4e2b9f5d040cdc372e765815a382509f Mon Sep 17 00:00:00 2001 From: Yegor Vialov Date: Mon, 17 Feb 2020 14:34:34 +0000 Subject: [PATCH] Gitpod config --- .gitpod.yml | 15 +++++++++++++++ README.md | 2 ++ 2 files changed, 17 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..9e3edf6 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,15 @@ +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 diff --git a/README.md b/README.md index ed36dc8..bb91067 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ +[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/estevez-dev/ha_client_fcf) + # ha_client_server \ No newline at end of file