Files
holobooth/.firebaserc
Erick b5a41dfe3b feat: adding production environment config (#317)
* 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
2023-01-12 11:23:20 -03:00

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": {}
}