FirebaseStub: added more unit tests related to auth

This commit is contained in:
gianantoniopini
2021-05-25 12:16:49 +02:00
parent 9e63d0b2c7
commit a4d474b8ec
5 changed files with 131 additions and 29 deletions

View File

@ -60,7 +60,7 @@ class Auth {
user.providerId,
user.uid,
user.isAnonymous,
this.signOut,
this.signOut.bind(this),
);
await delay(Constants.defaultDelayInMilliseconds);
@ -98,7 +98,7 @@ class Auth {
user.providerId,
user.uid,
user.isAnonymous,
this.signOut,
this.signOut.bind(this),
);
await delay(Constants.defaultDelayInMilliseconds);