UNPKG

@bdelab/roar-firekit

Version:

A library to facilitate Firebase authentication and Cloud Firestore interaction for ROAR apps

70 lines (69 loc) 1.34 kB
export declare const Permissions: { Reports: { Score: { ALL: string; READ: string; READ_COMPOSITE: string; }; Progress: { ALL: string; READ: string; }; Student: { ALL: string; READ: string; }; }; Organizations: { ALL: string; LIST: string; CREATE: string; UPDATE: string; }; Administrations: { ALL: string; LIST: string; CREATE: string; UPDATE: string; }; Administrators: { ALL: string; READ: string; CREATE: string; UPDATE: string; Credentials: { UPDATE: string; }; }; Profile: { ALL: string; READ: string; }; Users: { ALL: string; LIST: string; CREATE: string; UPDATE: string; UNENROLL: string; SET_PID: string; Credentials: { UPDATE: string; }; }; Tasks: { ALL: string; CREATE: string; UPDATE: string; LAUNCH: string; }; Runs: { ALL: string; DELETE: string; Scores: { MARK_INELIGIBLE: string; }; }; TestData: { CREATE: string; }; };