Skip to content

Instantly share code, notes, and snippets.

@tgb20
Created April 12, 2018 17:30
Show Gist options
  • Save tgb20/42148e120f8be99139cba8c1d1f1d0b5 to your computer and use it in GitHub Desktop.
Save tgb20/42148e120f8be99139cba8c1d1f1d0b5 to your computer and use it in GitHub Desktop.
Auth for School Firebase Project
<script src="https://www.gstatic.com/firebasejs/4.12.1/firebase.js"></script>
<script>
// Initialize Firebase
var config = {
apiKey: "AIzaSyBlkIE4tgENPJZGlDWzBy5ArQYwsNBlGZQ",
authDomain: "tubular-joe.firebaseapp.com",
databaseURL: "https://tubular-joe.firebaseio.com",
projectId: "tubular-joe",
storageBucket: "tubular-joe.appspot.com",
messagingSenderId: "707679895184"
};
firebase.initializeApp(config);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment