Firebase 앱에 공동 작업자를 추가하는 방법
최신 버전 Firebase
(Google I / O 2016에서 발표)에서 다른 사람을 프로젝트 나 앱에 추가하려면 어떻게해야 collaborate
합니까? 를 통해 IAM 역할을 수행했습니다 Settings > Permissions
. 이것이 올바른 방법입니까? 거기에 사람을 추가하고 역할을 할당하면 편집자에게 이메일을 통해 그 사실을 알립니 까? 요청이 전송되거나 해당 역할에 직접 추가됩니까?
사람들에게 Firebase 프로젝트에 대한 액세스 권한을 부여하려면 다음 단계를 수행하십시오.
- 새로운 Firebase 콘솔 에서 프로젝트를 선택하십시오.
- 왼쪽 상단에서 프로젝트 이름 옆에있는 설정 / 톱니 바퀴 아이콘을 클릭하십시오.
- 딸깍 하는 소리 Users and Permissions
- Google 클라우드 개발자 콘솔에서
- 추가 할 사용자의 이름 / 이메일을 입력하고 적절한 역할을 선택 하십시오 (요구 사항에 따라
Project
->Owner
/Editor
/Viewer
등). - 딸깍 하는 소리 Add
새로 추가 된 사용자에게는 제목 [Firebase] Invitation to join project
과 Accept Invite
본문 옵션이 포함 된 이메일이 발송됩니다 . 초대를 수락 할 수 있도록 추가 한 내용을 알려주십시오.
2018 년 6 월 18 일 업데이트 -Cloud Console 및 Google 기능이 변경되어 원래 솔루션이 더 이상 주석에서 공유 된 것처럼 작동하지 않을 수 있습니다. 최근 프로젝트에서는 아래와 같이 Firebase 콘솔을 통해 다른 사용자와 권한을 추가 할 수있었습니다.
오래된 솔루션
원래 선택해야 Editor
했지만 더 이상 필요하지 않습니다. other
섹션 에 Google Cloud IAM에 추가 된 새로운 역할 , 즉 Firebase Rules System
역할이 있습니다.
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.
Go To
Your Project
->Project Overview
->Users and Permissions
. This will open up new Pop Up.Now click on the
+Add
to add the Members.Now Add Email Id of the member. Now below that choose from the dropdown
Project
->Collaborator
as shown below andSave
. 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 , Quality 및 Grow에 액세스 할 수 있으며 각각 관리자 권한 또는 보기 권한이 있습니다.
참고 URL : https://stackoverflow.com/questions/37569460/how-to-add-collaborators-to-a-firebase-app
'programing tip' 카테고리의 다른 글
ExtJS 4 이벤트 처리 설명 (0) | 2020.07.04 |
---|---|
else 문에서 GCC의 __builtin_expect의 장점은 무엇입니까? (0) | 2020.07.03 |
아파치 가상 호스트 구성을 디버깅하는 방법? (0) | 2020.07.03 |
자바에서 로그에 줄 번호를 인쇄하는 방법 (0) | 2020.07.03 |
Spring Security를 사용한 단위 테스트 (0) | 2020.07.03 |