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: { firebase: { identities: { email: string[]; }; sign_in_provider: string; }; iss: string; user_id: string; sub: string; aud: string; email: string; auth_time: number; email_verified: boolean; roles: string[]; iat: number; exp: number; };