🔐 Staff Accounts & Permissions 직원 계정·권한 관리
Create/delete login accounts, change passwords & emails, set per-workspace permissions. 로그인 계정·권한 관리
⚠
No Firestore rule yet — saving is blocked. In Firebase Console → Firestore Database → Rules, add and
Publish the block below.
규칙 추가·게시 필요
match /workspace_access/{docId} {
allow read, write: if request.auth != null;
}
Import existing accounts into the list. 기존 계정 가져오기
💡 Full=create·edit·delete / Input=create·edit (no delete) / View=read-only / None=blocked on open.
전권=입력·수정·삭제 / 입력만=삭제 불가 / 뷰어=읽기전용 / 접근불가=열면 '접근권한없음'
· Unset users default to Full; the admin adjusts each. Changes save instantly and apply live. 미설정=기본 전권 · 즉시 반영