I made a mistake and removed the default IAM role of an Firebase app on Google Cloud Console.
What is the default IAM role on AppEngine?
Is the App Engine Admin
the correct one?
CodePudding user response:
As written by @Ferregina in the comment section, the default IAM role for App Engine is the Editor role, which means that any user account with sufficient permissions to deploy changes to the Cloud project can also run code with read/write access to all resources within that project(i.e. User account having editor role will also be having viewer role or read/write access).