Skip to content

Commit 88781ea

Browse files
committed
Log errors, otherwise this is impossible to troubleshoot
1 parent 4c3a5a9 commit 88781ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/src/main/java/com/firebase/ui/com/firebasei/ui/authimpl/GoogleAuthHelper.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ private void resolveSignInError() {
149149
}
150150
} else {
151151
// Create error code?
152+
Log.e(LOG_TAG, mGoogleConnectionResult.toString());
152153
}
153154
}
154155
}

0 commit comments

Comments
 (0)