nestjs-firebase-auth
nestjs-firebase-auth copied to clipboard
FirebaseAdminCoreModule is not exported from @tfarras/nestjs-firebase-admin V2.0.1
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';
Have the same issue, module is not exported and impossible to use