Open jniemannnavent opened 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';
Have the same issue, module is not exported and impossible to use
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';