diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -66,7 +66,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 src="https://www.gstatic.com/firebasejs/5.3.0/firebase-app.js"></script> + <script src="https://www.gstatic.com/firebasejs/5.3.0/firebase-auth.js"></script> + <script src="https://www.gstatic.com/firebasejs/5.3.0/firebase-firestore.js"></script> <script> // Load and register pre-caching Service Worker |
