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 542abf1 commit b80a92bCopy full SHA for b80a92b
auth/src/ios/auth_ios.mm
@@ -96,11 +96,7 @@ @implementation FIRCPPAuthListenerHandle
96
{FIRAuthErrorCodeWebContextAlreadyPresented, kAuthErrorWebContextAlreadyPresented},
97
{FIRAuthErrorCodeWebContextCancelled, kAuthErrorWebContextCancelled},
98
{FIRAuthErrorCodeWrongPassword, kAuthErrorWrongPassword},
99
- // TODO(b/128614989): Uncomment this when the Firebase Auth iOS SDK can handle the
100
- // INVALID_PROVIDER_ID error, returned by the backend when an app does not have a specific
101
- // provider enabled in the console.
102
- //
103
- // {FIRAuthErrorCodeInvalidProviderId, kAuthErrorInvalidProviderId},
+ {FIRAuthErrorCodeInvalidProviderID, kAuthErrorInvalidProviderId},
104
};
105
106
template<typename T>
0 commit comments