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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

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;
}