We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5b0030 commit 6233f59Copy full SHA for 6233f59
dashboard/lib/service/firebase_auth.dart
@@ -83,6 +83,7 @@ class FirebaseAuthService extends ChangeNotifier {
83
// then link the GitHub provider to Google provider.
84
if (error is FirebaseAuthException &&
85
error.code == 'account-exists-with-different-credential') {
86
+ debugPrint('google account exists, signing in with google');
87
await _signInWithGoogle();
88
await _linkWithGithub();
89
return;
0 commit comments