mailchimp / Firebase

IO-4458: product partnerships team
Apache License 2.0
19 stars 18 forks source link

Unable to install or uninstall extension due to `RESOURCE_ERROR` #80

Open JoelHenn opened 4 months ago

JoelHenn commented 4 months ago

I'm trying to install the extension in our Firebase environment. After I tried to install the extension via the firebase CLI which failed, but now the extension is stuck in a loop where I can't complete the install or uninstall. The same error is generated every time, and none of the firebase functions seem to be installed. We have all the necessary services in use already by other extensions so any advice on how to fix this issue would be helpful!

Screenshot 2024-05-07 at 11 26 07 Screenshot 2024-05-07 at 11 26 25

FirebaseErrorMessage.json

JoelHenn commented 3 months ago

Bumping this, I'm still getting the error when trying to install.

barticus commented 3 months ago

Hi @JoelHenn

The error seems to be a permissions error. When you say you are already using the other services, do you mean the ones the extension will use or the ones coming up in the error log? Have you tried setting this up in a clean project to confirm whether it is related to the install that went wrong? You may need to reach out to Firebase/GCP support.

FYI I'm no longer at the company that was maintaining this project.