Firebase Stub: resolving ESLint errors

This commit is contained in:
gianantoniopini
2021-01-08 12:11:02 +01:00
parent e78d3dbaa4
commit 9c5b8398a3
4 changed files with 81 additions and 65 deletions

View File

@ -7,7 +7,7 @@ import {
class FirebaseStub {
static auth() {
return new Auth();
return Auth.instance;
}
static database() {