-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
22 lines (18 loc) · 851 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Basic Firebase Example</title>
</head>
<body>
<div id="container"></div>
<script src="https://unpkg.com/react@15/dist/react.min.js"></script>
<script src="https://unpkg.com/react-dom@15/dist/react-dom.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.24/browser.min.js"></script>
<script src="https://bluefishfoundry.firebaseapp.com/__/firebase/4.8.1/firebase-app.js"></script>
<script src="https://bluefishfoundry.firebaseapp.com/__/firebase/4.8.1/firebase-auth.js"></script>
<script src="https://bluefishfoundry.firebaseapp.com/__/firebase/4.8.1/firebase-firestore.js"></script>
<script src="https:/bluefishfoundry.firebaseapp.com/__/firebase/init.js"></script>
<script type="text/babel" src="index.js"></script>
</body>
</html>