Hello everyone!
I seem to have a problem when deploying my Genkit Next.js application via Firebase App Hosting. The problem is with GEMINI_API_KEY. Followed the documentation related to apphosting.yaml file and provided a secret value in Secret Manager and gave the default compute correct roles.
However, the Cloud Run logs tell me that GEMINI_API_KEY is not set.
Everything works locally when providing the key directly in .env.local
Any tips or pointers?