From 9100f80720f7ae921cf859c22808d6987a4e1034 Mon Sep 17 00:00:00 2001 From: jwass91 Date: Sun, 24 Sep 2017 17:38:07 -0400 Subject: [PATCH] initial social network --- create.html | 3 + index.html | 1318 ++++++++++++++--- screenshot-cloud-function/.firebaserc | 5 + screenshot-cloud-function/.gitignore | 3 + screenshot-cloud-function/README.md | 15 + screenshot-cloud-function/firebase.json | 1 + screenshot-cloud-function/functions/index.js | 51 + .../functions/package.json | 18 + 8 files changed, 1178 insertions(+), 236 deletions(-) create mode 100644 screenshot-cloud-function/.firebaserc create mode 100644 screenshot-cloud-function/.gitignore create mode 100644 screenshot-cloud-function/README.md create mode 100644 screenshot-cloud-function/firebase.json create mode 100644 screenshot-cloud-function/functions/index.js create mode 100644 screenshot-cloud-function/functions/package.json diff --git a/create.html b/create.html index aa0df71..edc7de1 100644 --- a/create.html +++ b/create.html @@ -881,6 +881,9 @@