No permission to create project in organization, when create new project Firebase
When I create new project in Firebase with email business I have an error.
The operation has failed (Reason: No permission to create project in organization).
Solution 1:
As Firebase permissions and GCP permissions are interlinked, you have to check if the account trying to create the project has the resourcemanager.projects.create
permission.
Please refer to the following document:
To create a project, you must have the
resourcemanager.projects.create permission
. This permission is included in the Project Creatorroles/resourcemanager.projectCreator
role, which is granted by default to the entire domain of a new organization and to free trial users. For information on how to grant individuals the role and limit organization-wide access, see the [Managing Default Organization