Flutter-Firebase-Authentication-with-GetX
Flutter-Firebase-Authentication-with-GetX copied to clipboard
googleSign disconnect
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();
}
First of all, thanks for your kind words, @catalunha glad to help! Let me know if you would like to make a pull request. :)