UNPKG

@alpha018/nestjs-firebase-auth

Version:

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

10 lines (9 loc) 276 B
import * as admin from 'firebase-admin'; import { FirebaseAuthStrategyOptions } from './options.interface'; export interface FirebaseConstructorInterface { auth?: { config: FirebaseAuthStrategyOptions; }; options?: admin.AppOptions; base64?: string; }