Relative Content

Tag Archive for firebasefirebase-app-hosting

Setting up Custom Domains in Firebase App Hosting

I am trying to setup a custom domain (Squarespace) with Firebase App Hosting. But for some reason Firebase is not able to verify the CNAME records. It has been more than 24 hours since I added the records in DNS settings. Any hints on how can I debug this or fix this?

How can I change the contents of apphosting.yaml per branch?

I’m using Firebase AppHosting to host Next.js. Since there are multiple environments for different branches of the same repository, I would like to switch the contents of apphosting.yaml, which specifies environment variables, for each branch. In this case, is there no choice but to obtain all values ​​from GCP’s secrets manager? Also, the only way to separate Cloud Run settings for each environment is to create separate repositories.