Flutter-Firebase-Authentication-with-GetX icon indicating copy to clipboard operation
Flutter-Firebase-Authentication-with-GetX copied to clipboard

googleSign disconnect

Open catalunha opened this issue 3 years ago • 1 comments

Congratulations for the great help. saved my nights To disconnect from google and sign in with another account, it is necessary to disconnect.

  void signOut() async {
    await googleSign.disconnect();
    await firebaseAuth.signOut();
  }

catalunha avatar Nov 26 '21 00:11 catalunha

First of all, thanks for your kind words, @catalunha glad to help! Let me know if you would like to make a pull request. :)

ImranSefat avatar Dec 01 '21 16:12 ImranSefat