UNPKG

@alpha018/nestjs-firebase-auth

Version:

NestJS Firebase library and Role based guard for authentication with some utils functions

4 lines (3 loc) 218 B
import { ExecutionContext } from '@nestjs/common'; export declare const UserFactory: (data: unknown, ctx: ExecutionContext) => any; export declare const FirebaseUser: (...dataOrPipes: unknown[]) => ParameterDecorator;