@alpha018/nestjs-firebase-auth
Version:
NestJS Firebase library and Role based guard for authentication with some utils functions
8 lines (7 loc) • 370 B
TypeScript
export * from './firebase/constant/firebase.constant';
export * from './firebase/provider/firebase.provider';
export * from './firebase/decorator/claims.decorator';
export * from './firebase/decorator/role.decorator';
export * from './firebase/decorator/user.decorator';
export * from './firebase/firebase-admin.module';
export * from './firebase/guard/firebase.guard';