1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-12 17:46:26 +02:00

move firebase libs to local

This commit is contained in:
Kushagra Gour
2018-01-07 22:50:21 +05:30
parent b5c12d305e
commit 3fe9f3f346
3 changed files with 45 additions and 2 deletions

View File

@ -583,8 +583,8 @@
<script src="lib/split.js"></script>
<script src="lib/inlet.min.js"></script>
<script src="lib/esprima.js"></script>
<script src="https://www.gstatic.com/firebasejs/4.8.1/firebase.js"></script>
<script src="https://www.gstatic.com/firebasejs/4.8.1/firebase-firestore.js"></script>
<script src="lib/firebase.js"></script>
<script src="lib/firebase-firestore.js"></script>
<!-- endbuild -->
<!-- build:js script.js -->

File diff suppressed because one or more lines are too long

36
src/lib/firebase.js Normal file

File diff suppressed because one or more lines are too long