Modified Google Sign In provider to disconnect form both firebase and Google on sign out, added the apripriate test
This commit is contained in:
parent
0eebd668d6
commit
ac0aed257d
2 changed files with 4 additions and 1 deletions
|
|
@ -39,6 +39,7 @@ class GoogleSignInProvider {
|
|||
}
|
||||
|
||||
Future<void> signOut() async {
|
||||
await _googleSignIn.disconnect();
|
||||
await _auth.signOut();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue