Created
February 27, 2018 21:34
-
-
Save captaincole/b8e0a6575ced79fd69ad0e2df98c64c0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script src="https://www.gstatic.com/firebasejs/4.10.1/firebase.js"></script> | |
| <script> | |
| // Initialize Firebase | |
| var config = { | |
| apiKey: "<api-key>", | |
| authDomain: "<authDomain>", | |
| databaseURL: "<databaseUrl>", | |
| projectId: "<project-id>", | |
| storageBucket: "<storage-bucketid>", | |
| messagingSenderId: "<sender-id>" | |
| }; | |
| firebase.initializeApp(config); | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment