UNPKG

angular-firebase-authorizator

Version:

Beta version of authorizator for angular linked to firebase, it creates a model in firestore to assign permissions to users an roles, and creates a view to update this permissions

7 lines (6 loc) 103 B
export interface ResourceObj { id: string; data: { description: string; }; }