I am switching my Firebase functions from one Firebase account to another.
I have rerun firebase init
.
I have added the new service account configs to the project and am passing it to admin.initializeApp
. I have logged into GCP via my CLI and have run firebase login:ci
as well.
Despite all this, whenever I try to run firebase deploy
, I am met with the error:
Missing permissions required for functions deploy. You must have permission iam.serviceAccounts.ActAs on service account @appspot.gserviceaccount.com.
Any idea what's going on here?