Using npm package the Auth interface is incorrectly implements:
ERROR in /Users/michaelmusso/Workspace/NestJS/klasse-uno-core/node_modules/@aginix/nestjs-firebase-admin/dist/services/firebase-admin-authentication.service.d.ts(2,22):
TS2420: Class 'FirebaseAuthenticationService' incorrectly implements interface 'Auth'.
Type 'FirebaseAuthenticationService' is missing the following properties from type 'Auth': deleteUsers, getUsers
Add two methods implements deleteUsers and getUsers.
If I have a time resolve in a PR.
Assign to @LynX39 please.
Using npm package the Auth interface is incorrectly implements:
Add two methods implements
deleteUsers
andgetUsers
. If I have a time resolve in a PR. Assign to @LynX39 please.