Update index.js

This commit is contained in:
Michael Diarmid
2018-01-17 15:22:39 +00:00
committed by GitHub
parent f320d9243a
commit 983d273846

View File

@@ -353,10 +353,6 @@ export default class Auth extends ModuleBase {
return this._user;
}
get namespace(): string {
return 'firebase:auth';
}
get languageCode(): string {
return this._languageCode;
}