I have completed all my development and All is secerts are in the .env , I have decided to move to prod , So i have created another project and added all the variables in Google Secert Manager and Added app hosting.yaml , asked to the prototyper to the configs as per my request , Build was successfull but no backend was created .
i think i am doing something wrong on moving to production .
I couldn’t get the yaml file to work with Firebase hosting. Not sure. I spent a lot of time trying to make it work. I switched to Vercel with no problems.
Firebase App Hosting (apphosting.yaml): This is the configuration file for Firebase’s newer, next-generation hosting product (built on top of Cloud Run). It is used specifically to configure the backend runtime environment. It handles things like environment variables, secret management, and resource allocation (CPU/Memory). This file is triggered via GitHub integration.
Firebase Hosting (firebase.json): This is the configuration file for the standard Firebase Hosting product. It is used primarily for routing and static assets. It handles rewrites, redirects, headers, and pointing to public directories. This file is triggered via firebase deploy CLI.