diff options
author | Michael Foiani <mfoiani2019@communiyschoolnaples.org> | 2018-08-13 15:20:25 -0400 |
---|---|---|
committer | Michael Foiani <mfoiani2019@communiyschoolnaples.org> | 2018-08-13 15:20:25 -0400 |
commit | c2810d32f5a6234c3b30b2fb709c6fdbab04f0d1 (patch) | |
tree | f39dfe250922305f028f60a008acc042bfdc2166 /index.html | |
parent | f32d184caca594c71fa7b947ae12ea991b1fc031 (diff) |
Fixed most bugs and now able to upload file to firebase cloud storage.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -69,6 +69,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN <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 src="https://www.gstatic.com/firebasejs/5.3.0/firebase-storage.js"></script> <script> // Load and register pre-caching Service Worker |