Amba-Agent-App/firebase.json
2026-01-16 00:22:35 +03:00

31 lines
606 B
JSON

{
"react-native": {
"android_app_id": "1:613864011564:android:fd35c9ac4fc05b38249e89",
"ios_app_id": "1:613864011564:ios:REPLACE_WITH_ACTUAL_IOS_APP_ID"
},
"hosting": {
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
],
"headers": [
{
"source": "**/*.@(js|css)",
"headers": [
{
"key": "Cache-Control",
"value": "max-age=31536000"
}
]
}
]
}
}