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 257ff76 commit a44ece7Copy full SHA for a44ece7
auth/src/android/common_android.cc
@@ -15,6 +15,7 @@
15
*/
16
17
#include "auth/src/android/common_android.h"
18
+
19
#include "app/src/log.h"
20
21
namespace firebase {
@@ -73,7 +74,7 @@ static const ErrorCodeMapping kRecentLoginCodes[] = {
73
74
{nullptr},
75
};
76
static const ErrorCodeMapping kUserCollisionCodes[] = {
- {"ERROR_ACCOUNT_EXISTS_WITH_DIFFERENT_CREDENTIALS",
77
+ {"ERROR_ACCOUNT_EXISTS_WITH_DIFFERENT_CREDENTIAL",
78
kAuthErrorAccountExistsWithDifferentCredentials},
79
{"ERROR_CREDENTIAL_ALREADY_IN_USE", kAuthErrorCredentialAlreadyInUse},
80
{"ERROR_EMAIL_ALREADY_IN_USE", kAuthErrorEmailAlreadyInUse},
0 commit comments