From 3fc828860361ee46924fb01b8928fdaf0f738589 Mon Sep 17 00:00:00 2001 From: tsbugbee Date: Wed, 5 Feb 2020 13:56:36 -0500 Subject: [PATCH] partial firebase implementation --- week-3/firestore.html | 129 ++++++++++++++++++++++++++++++++++++++++++ week-3/index.html | 99 ++++++++++++++++++++++++++++++++ 2 files changed, 228 insertions(+) create mode 100644 week-3/firestore.html create mode 100644 week-3/index.html diff --git a/week-3/firestore.html b/week-3/firestore.html new file mode 100644 index 0000000..270bccb --- /dev/null +++ b/week-3/firestore.html @@ -0,0 +1,129 @@ + + + + + + + My Shopping List App + + + +

My Shopping List App

+ + +
+ + + + + + + + + \ No newline at end of file diff --git a/week-3/index.html b/week-3/index.html new file mode 100644 index 0000000..b7f1335 --- /dev/null +++ b/week-3/index.html @@ -0,0 +1,99 @@ + + + + + + + My Shopping List App + + + +

My Shopping List App

+ + +
+ + + + + \ No newline at end of file