Relative Content

Tag Archive for firebasegoogle-cloud-platformgoogle-cloud-functionsgoogle-iam

Best practice for attaching a specified Firebase service account to a Firebase Cloud Function?

I have a v2 Firebase Cloud Function function that needs to use the Firebase Admin SDK service account for authentication. By default, v2 Firebase Cloud Function functions use the default compute service account, and I need to change that. However, I’ve read, what appears to me, to be conflicting recommendations, but I’m sure my monkey brain is just parsing it incorrectly.