chore: setup Firebase config and update SDK initialization config

This commit is contained in:
2026-06-25 08:19:53 +05:30
parent 9d3a958454
commit d61a0e35be
4 changed files with 26 additions and 2 deletions

16
firebase.json Normal file
View File

@@ -0,0 +1,16 @@
{
"hosting": {
"public": "frontend/dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}