aboutsummaryrefslogtreecommitdiff
path: root/shared/firebaseConfig.js
diff options
context:
space:
mode:
authorKumar Priyansh <[email protected]>2019-05-31 16:55:34 +0700
committerKumar Priyansh <[email protected]>2019-05-31 16:55:34 +0700
commitc2be1c94a41cdce6dda9a71c2ed966ee8f00b47c (patch)
tree8c879a167e587cdf8390f519eb82149aeb9d6779 /shared/firebaseConfig.js
parent6801e13772600c7b0a40800412349b9e75e83c85 (diff)
downloadfirebase-ecommerce-c2be1c94a41cdce6dda9a71c2ed966ee8f00b47c.tar.xz
firebase-ecommerce-c2be1c94a41cdce6dda9a71c2ed966ee8f00b47c.zip
Firebase Config Added
Diffstat (limited to 'shared/firebaseConfig.js')
-rw-r--r--shared/firebaseConfig.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/shared/firebaseConfig.js b/shared/firebaseConfig.js
new file mode 100644
index 0000000..a5d884c
--- /dev/null
+++ b/shared/firebaseConfig.js
@@ -0,0 +1,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); \ No newline at end of file