nestjs-firebase-auth icon indicating copy to clipboard operation
nestjs-firebase-auth copied to clipboard

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

Open jniemannnavent opened this issue 4 years ago • 1 comments
trafficstars

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';

jniemannnavent avatar May 15 '21 13:05 jniemannnavent

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

RostyslavKhrinovskyi avatar Feb 01 '23 14:02 RostyslavKhrinovskyi