UNPKG

@alpha018/nestjs-firebase-auth

Version:

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

19 lines (18 loc) 355 B
export declare const userDecode: { roles: string[]; iss: string; aud: string; auth_time: number; user_id: string; sub: string; iat: number; exp: number; email: string; email_verified: boolean; firebase: { identities: { email: string[]; }; sign_in_provider: string; }; };