## I can't create a firebase project...why?
When I tried to add Firebase to an existing project, I got the following error:
---
Error creating Project: googleapi: Error 403: The caller does not have permission
---
## Predicted Cause
I lack permissions on my project but I don't know what I'm missing.
Currently, I have the following permissions, but I have not been able to check the organizational policy.
Regarding Firebase, I tried adding Viewer and Develop Admin permissions, but it didn't work.
So I would like to know what might be missing. Also, these are things I have come across while using terraform.
Hi @RIRUa,
Welcome to Google Cloud Community!
It seems that you are encountering a problem with permissions when trying to add Firebase to your project. The googleapi: Error 403: The caller does not have permission error usually means that you might be missing some required permissions.
Here are a few suggestions to troubleshoot:
I hope the above information is helpful.