GCP Cloud Run service fails to connect to Firestore with 'Permission Denied' despite correct IAM roles
👀 Views: 1
💬 Answers: 1
📅 Created: 2025-06-09
gcp cloud-run firestore node.js permissions
I'm deploying a microservice on GCP Cloud Run that needs to interact with Firestore, but I'm encountering a 'Permission Denied' error. My service is written in ...