2
0
mirror of synced 2025-01-23 12:50:05 +00:00

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

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