Search code examples
firebasefirebase-console

How to add another collaborator to Firebase project?


I read somewhere in a 3 year old question, that it can be done via the firebase console, but that flow is apparently no longer present and I cannot seem to find this option anywhere anymore. Does anybody have an insight?


Solution

    1. Go https://console.firebase.google.com/ and then make sure you have imported the project to the new console.
    2. Click on your project, the link should now be as such: https://console.firebase.google.com/project/<your-project-name>/overview
    3. Click on the "gear" icon in the top left (next to "Overview")
    4. Click "Permissions"
    5. You should be on the "IAM" tab, click "Add Member" on the top
    6. Type the user's email address and define their role

    Add members