aboutsummaryrefslogtreecommitdiff
path: root/shared/firebaseConfig.js
blob: a5d884c7f237be9607424c4f1079d5c53c174d3c (plain)
1
2
3
4
5
6
7
8
9
10
11
var firebaseConfig = {
    apiKey: "AIzaSyB268bKD89cJROouDrZv-Jrih8B7H6Rq5c",
    authDomain: "luciferecommerce.firebaseapp.com",
    databaseURL: "https://luciferecommerce.firebaseio.com",
    projectId: "luciferecommerce",
    storageBucket: "luciferecommerce.appspot.com",
    messagingSenderId: "410863129095",
    appId: "1:410863129095:web:da1cf3c361723a7a"
  };
  // Initialize Firebase
  firebase.initializeApp(firebaseConfig);