[internals][types] Fix a couple of minor issues

This commit is contained in:
Chris Bianca
2018-01-05 18:23:38 +00:00
parent 80cb54ee6d
commit d1f2b3fcfa
9 changed files with 32 additions and 27 deletions

View File

@@ -342,10 +342,6 @@ export default class Auth extends ModuleBase {
return this._user;
}
get namespace(): string {
return 'firebase:auth';
}
/**
* KNOWN UNSUPPORTED METHODS
*/