diff options
| author | Michael Foiani <mfoiani2019@communityschoolnaples.org> | 2018-07-26 00:31:25 -0400 |
|---|---|---|
| committer | Michael Foiani <mfoiani2019@communityschoolnaples.org> | 2018-07-26 00:31:25 -0400 |
| commit | f0815df6642642db3e5063b6800d2ed0f681754c (patch) | |
| tree | 54fe65f3ddcffcc2c0524c64bf8e54a66c97779e /index.html | |
| parent | 2b253a35d7f33a256cf52d555ce5ca39206c7bb2 (diff) | |
Created basic login system using firebase and redux.
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -65,6 +65,9 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN <!-- Performance tip: hint to the browser to start the handshake for the fonts site --> <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin> + + <script src="https://www.gstatic.com/firebasejs/5.3.0/firebase.js"></script> + <script> // Load and register pre-caching Service Worker if ('serviceWorker' in navigator) { |
