tfarras / nestjs-firebase-auth

Firebase Authentication Strategy for NestJS Passport Integration
68 stars 25 forks source link

FirebaseAdminCoreModule is not exported from @tfarras/nestjs-firebase-admin V2.0.1 #4

Open jniemannnavent opened 3 years ago

jniemannnavent commented 3 years ago

In the Readme file say that we have to import FirebaseAdminCoreModule but this module is not exported.

import { FirebaseAdminCoreModule } from '@tfarras/nestjs-firebase-admin';

I'm not sure, because I'm still implementing this dependency but I think that you changed FirebaseAdminCoreModule for FirebaseAdminModule.

import { FirebaseAdminModule } from '@tfarras/nestjs-firebase-admin';

RostyslavKhrinovskyi commented 1 year ago

Have the same issue, module is not exported and impossible to use