mirror of
https://github.com/flutter/holobooth.git
synced 2025-08-06 14:50:05 +08:00

* feat: adding production config files * better handling prod and dev environments * small fixes and changes regarding prod * fixing domains * feat: fixing config functions host * feat: properly loading firebase options depending on the env * adding final prod domain url * fix: lint
27 lines
494 B
Plaintext
27 lines
494 B
Plaintext
{
|
|
"projects": {
|
|
"default": "io-photobooth-dev",
|
|
"production": "holobooth-prod"
|
|
},
|
|
"targets": {
|
|
"holobooth-prod": {
|
|
"hosting": {
|
|
"app_prod": [
|
|
"0cf34931-6ab3-8cd9-57b5-f38b5fa5ba1e"
|
|
]
|
|
}
|
|
},
|
|
"io-photobooth-dev": {
|
|
"hosting": {
|
|
"app_dev": [
|
|
"96e0700d-fe2c-4609-b43c-87093e447b75"
|
|
],
|
|
"app_staging": [
|
|
"6f201821-f33c-4ab3-bf2f-c84b1a8bf851"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"etags": {}
|
|
}
|