programing tip

Firebase 앱에 공동 작업자를 추가하는 방법

itbloger 2020. 7. 3. 20:22
반응형

Firebase 앱에 공동 작업자를 추가하는 방법


최신 버전 Firebase(Google I / O 2016에서 발표)에서 다른 사람을 프로젝트 나 앱에 추가하려면 어떻게해야 collaborate합니까? 를 통해 IAM 역할을 수행했습니다 Settings > Permissions. 이것이 올바른 방법입니까? 거기에 사람을 추가하고 역할을 할당하면 편집자에게 이메일을 통해 그 사실을 알립니 까? 요청이 전송되거나 해당 역할에 직접 추가됩니까?


사람들에게 Firebase 프로젝트에 대한 액세스 권한을 부여하려면 다음 단계를 수행하십시오.

  1. 새로운 Firebase 콘솔 에서 프로젝트를 선택하십시오.
  2. 왼쪽 상단에서 프로젝트 이름 옆에있는 설정 / 톱니 바퀴 아이콘을 클릭하십시오. Firebase 콘솔에서
  3. 딸깍 하는 소리 Users and Permissions
  4. Google 클라우드 개발자 콘솔에서 더하다
  5. 추가 할 사용자의 이름 / 이메일을 입력하고 적절한 역할을 선택 하십시오 (요구 사항에 따라 Project-> Owner/ Editor/ Viewer등).
  6. 딸깍 하는 소리 Add

새로 추가 된 사용자에게는 제목 [Firebase] Invitation to join projectAccept Invite본문 옵션이 포함 이메일이 발송됩니다 . 초대를 수락 할 수 있도록 추가 한 내용을 알려주십시오.


2018 년 6 월 18 일 업데이트 -Cloud Console 및 Google 기능이 변경되어 원래 솔루션이 더 이상 주석에서 공유 된 것처럼 작동하지 않을 수 있습니다. 최근 프로젝트에서는 아래와 같이 Firebase 콘솔을 통해 다른 사용자와 권한을 추가 할 수있었습니다.

Firebase 콘솔에서 사용자 관리


오래된 솔루션

원래 선택해야 Editor했지만 더 이상 필요하지 않습니다. other섹션 에 Google Cloud IAM에 추가 된 새로운 역할 , 즉 Firebase Rules System역할이 있습니다.

Firebase 규칙 관리자 역할

사용자에게 역할 할당

If you add a user to a Google Cloud project using IAM and assign them this role, they can access Firebase project by visiting:

The authorized project(s) should appear and they can access, without access to the rest of the Google Cloud project.


In latest version of the console adding is in a bit different.

  1. Go To Your Project -> Project Overview -> Users and Permissions . This will open up new Pop Up.

  2. Now click on the +Add to add the Members.

  3. Now Add Email Id of the member. Now below that choose from the dropdown Project -> Collaborator as shown below and Save. Thats all! You are done.


여기에 이미지 설명을 입력하십시오


If you're adding a Project owner, an invite will be sent to the new user. However, no email invites are sent for the Project Editor/Viewer roles.


Users and Permissions이제 I / O 2019 에서 탭에서 권한을 부여하는 새로운 옵션이 발표되었습니다.

이제 특정 공동 작업자에게 할당하고 Analytics , Develop , QualityGrow에 액세스 할 수 있으며 각각 관리자 권한 또는 보기 권한이 있습니다.

여기에 이미지 설명을 입력하십시오

참고 URL : https://stackoverflow.com/questions/37569460/how-to-add-collaborators-to-a-firebase-app

반응형