From 303257d158f254dcca7d8826472ebdb0f0c6c745 Mon Sep 17 00:00:00 2001 From: itsoliviasparks Date: Thu, 23 Nov 2023 16:29:32 -0700 Subject: [PATCH] reverting index.html & updating project URL --- PROJECT-BRIEF.md | 2 +- public/index.html | 124 +++++++++++++++------------------------------- 2 files changed, 42 insertions(+), 84 deletions(-) diff --git a/PROJECT-BRIEF.md b/PROJECT-BRIEF.md index c32dd08..34d636b 100644 --- a/PROJECT-BRIEF.md +++ b/PROJECT-BRIEF.md @@ -10,7 +10,7 @@ This project is based on [iNeedToBuy.xyz](https://app.ineedtobuy.xyz/), a mobile ### Locations for things -- Site: [Production Site](https://tcl-13-smart-shopping-list.netlify.app/) +- Site: [Production Site](https://tcl-13-smart-shopping-list.web.app) - Repo: [github.com/the-collab-lab/tcl-13-smart-shopping-list](https://github.com/the-collab-lab/tcl-13-smart-shopping-list) - Clone URL: `git@github.com:the-collab-lab/tcl-13-smart-shopping-list.git` - Issue list: [github.com/the-collab-lab/tcl-13-smart-shopping-list/projects/1](https://github.com/the-collab-lab/tcl-13-smart-shopping-list/projects/1) diff --git a/public/index.html b/public/index.html index a92a4c0..fc6d285 100644 --- a/public/index.html +++ b/public/index.html @@ -1,89 +1,47 @@ - - - - - Welcome to Firebase Hosting + - - - - - - - - - - - - - - + + + Smart List + + + + +
+ + - try { - let app = firebase.app(); - let features = [ - 'auth', - 'database', - 'firestore', - 'functions', - 'messaging', - 'storage', - 'analytics', - 'remoteConfig', - 'performance', - ].filter(feature => typeof app[feature] === 'function'); - loadEl.textContent = `Firebase SDK loaded with ${features.join(', ')}`; - } catch (e) { - console.error(e); - loadEl.textContent = 'Error loading the Firebase SDK, check the console.'; - } - }); - - - + \ No newline at end of file