aboutsummaryrefslogtreecommitdiff
path: root/src/firebase.js
blob: bf62e37327f06b3acbcc3ec26bfea3e9653b2a39 (plain)
1
2
3
4
5
6
7
8
9
10
11
export const firebase = window.firebase;
// Initialize Firebase
var config = {
  apiKey: "AIzaSyC68wOeR88PPiw5VqzUYs7lm4ewyJgHf20",
  authDomain: "csn-2019-site.firebaseapp.com",
  databaseURL: "https://csn-2019-site.firebaseio.com",
  projectId: "csn-2019-site",
  storageBucket: "csn-2019-site.appspot.com",
  messagingSenderId: "764071630447"
};
firebase.initializeApp(config);