chore: setup Firebase config and update SDK initialization config
This commit is contained in:
5
.firebaserc
Normal file
5
.firebaserc
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"projects": {
|
||||
"default": "ems-ritchennai1"
|
||||
}
|
||||
}
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -25,3 +25,6 @@ Thumbs.db
|
||||
**/*.njsproj
|
||||
**/*.sln
|
||||
**/*.sw?
|
||||
|
||||
# Firebase cache
|
||||
.firebase/
|
||||
|
||||
16
firebase.json
Normal file
16
firebase.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"hosting": {
|
||||
"public": "frontend/dist",
|
||||
"ignore": [
|
||||
"firebase.json",
|
||||
"**/.*",
|
||||
"**/node_modules/**"
|
||||
],
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "**",
|
||||
"destination": "/index.html"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -17,8 +17,8 @@ const firebaseConfig = {
|
||||
projectId: "ems-ritchennai1",
|
||||
storageBucket: "ems-ritchennai1.firebasestorage.app",
|
||||
messagingSenderId: "825363154108",
|
||||
appId: "1:825363154108:web:7b6d3430aa3b696fef3cb9",
|
||||
measurementId: "G-3W7ECQ52G1"
|
||||
appId: "1:825363154108:web:8e26f47972aa9f45ef3cb9",
|
||||
measurementId: "G-V02GFJ9GYL"
|
||||
};
|
||||
|
||||
// Initialize Firebase App
|
||||
|
||||
Reference in New Issue
Block a user