Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recaptcha integration master pr #11231

Merged
merged 15 commits into from Jul 25, 2023
Merged

Recaptcha integration master pr #11231

merged 15 commits into from Jul 25, 2023

Conversation

renkelvin
Copy link
Contributor

@renkelvin renkelvin commented May 4, 2023

No description provided.

@google-oss-bot
Copy link

1 Warning
⚠️ Did you forget to add a changelog entry? (Add #no-changelog to the PR description to silence this warning.)

Generated by 🚫 Danger

@github-actions
Copy link
Contributor

github-actions bot commented Jul 18, 2023

Apple API Diff Report

Commit: 5bfdd58
Last updated: Tue Jul 25 13:21 PDT 2023
View workflow logs & download artifacts


FirebaseAuth

Enumerations

FIRAuthErrorCode
[ADDED] FIRAuthErrorCodeMissingRecaptchaVersion
Swift:
+  case missingRecaptchaVersion = 17205
Objective-C:
+  FIRAuthErrorCodeMissingRecaptchaVersion = 17205
[ADDED] FIRAuthErrorCodeRecaptchaNotEnabled
Swift:
+  case recaptchaNotEnabled = 17200
Objective-C:
+  FIRAuthErrorCodeRecaptchaNotEnabled = 17200
[ADDED] FIRAuthErrorCodeInvalidReqType
Swift:
+  case invalidReqType = 17207
Objective-C:
+  FIRAuthErrorCodeInvalidReqType = 17207
[ADDED] FIRAuthErrorCodeMissingClientType
Swift:
+  case missingClientType = 17204
Objective-C:
+  FIRAuthErrorCodeMissingClientType = 17204
[ADDED] FIRAuthErrorCodeInvalidRecaptchaToken
Swift:
+  case invalidRecaptchaToken = 17202
Objective-C:
+  FIRAuthErrorCodeInvalidRecaptchaToken = 17202
[ADDED] FIRAuthErrorCodeRecaptchaSDKNotLinked
Swift:
+  case recaptchaSDKNotLinked = 17208
Objective-C:
+  FIRAuthErrorCodeRecaptchaSDKNotLinked = 17208
[ADDED] FIRAuthErrorCodeMissingRecaptchaToken
Swift:
+  case missingRecaptchaToken = 17201
Objective-C:
+  FIRAuthErrorCodeMissingRecaptchaToken = 17201
[ADDED] FIRAuthErrorCodeInvalidRecaptchaVersion
Swift:
+  case invalidRecaptchaVersion = 17206
Objective-C:
+  FIRAuthErrorCodeInvalidRecaptchaVersion = 17206
[ADDED] FIRAuthErrorCodeInvalidRecaptchaAction
Swift:
+  case invalidRecaptchaAction = 17203
Objective-C:
+  FIRAuthErrorCodeInvalidRecaptchaAction = 17203
[MODIFIED] FIRAuthErrorCodeMissingClientIdentifier
Swift:
+  case missingClientIdentifier = 17093
-  case missingClientIdentifier = 17993
Objective-C:
+  FIRAuthErrorCodeMissingClientIdentifier = 17093
-  FIRAuthErrorCodeMissingClientIdentifier = 17993

@google-oss-bot
Copy link

google-oss-bot commented Jul 18, 2023

Coverage Report 1

Affected Products

  • FirebaseAuth-iOS-FirebaseAuth.framework

    Overall coverage changed from 68.90% (1efcabf) to 67.63% (5bfdd58) by -1.27%.

    12 individual files with coverage change

    FilenameBase (1efcabf)Merge (5bfdd58)Diff
    FIRAuth.m80.49%78.54%-1.95%
    FIRAuthBackend.m82.20%81.92%-0.28%
    FIRAuthErrorUtils.m72.27%68.26%-4.01%
    FIRAuthRecaptchaVerifier.m?11.25%?
    FIRFinalizeMFAEnrollmentRequest.m64.29%65.00%+0.71%
    FIRFinalizeMFASignInRequest.m87.50%87.10%-0.40%
    FIRGetOOBConfirmationCodeRequest.m84.91%86.55%+1.65%
    FIRGetRecaptchaConfigRequest.m?77.27%?
    FIRGetRecaptchaConfigResponse.m?100.00%?
    FIRSignUpNewUserRequest.m94.44%95.92%+1.47%
    FIRStartMFAEnrollmentRequest.m62.16%62.86%+0.69%
    FIRVerifyPasswordRequest.m94.12%95.45%+1.34%

Test Logs

  1. https://storage.googleapis.com/firebase-sdk-metric-reports/K4hegamXxA.html

FirebaseAuth.podspec Show resolved Hide resolved
FirebaseAuth/Sources/Backend/FIRAuthBackend.m Outdated Show resolved Hide resolved
FirebaseAuth/Sources/Backend/FIRAuthBackend.m Show resolved Hide resolved
FirebaseAuth/Sources/Utilities/FIRAuthErrorUtils.m Outdated Show resolved Hide resolved
FirebaseAuth/Sources/Utilities/FIRAuthErrorUtils.m Outdated Show resolved Hide resolved
FirebaseAuth/Sources/Utilities/FIRAuthErrorUtils.m Outdated Show resolved Hide resolved
FirebaseAuth/Sources/Utilities/FIRAuthErrorUtils.m Outdated Show resolved Hide resolved
FirebaseAuth/Sources/Utilities/FIRAuthErrorUtils.m Outdated Show resolved Hide resolved
FirebaseAuth/Sources/Utilities/FIRAuthErrorUtils.m Outdated Show resolved Hide resolved
FirebaseAuth/Sources/Public/FirebaseAuth/FIRAuthErrors.h Outdated Show resolved Hide resolved
FirebaseAuth/Sources/Public/FirebaseAuth/FIRAuthErrors.h Outdated Show resolved Hide resolved
FirebaseAuth/Sources/Public/FirebaseAuth/FIRAuthErrors.h Outdated Show resolved Hide resolved
FirebaseAuth/Sources/Public/FirebaseAuth/FIRAuthErrors.h Outdated Show resolved Hide resolved
FirebaseAuth/Sources/Public/FirebaseAuth/FIRAuthErrors.h Outdated Show resolved Hide resolved
FirebaseAuth/Sources/Public/FirebaseAuth/FIRAuthErrors.h Outdated Show resolved Hide resolved
FirebaseAuth/Sources/Public/FirebaseAuth/FIRAuth.h Outdated Show resolved Hide resolved
Co-Authored-By: Kevin Cheung <kevinthecheung@users.noreply.github.com>
@renkelvin renkelvin merged commit 032abb4 into master Jul 25, 2023
41 checks passed
@renkelvin renkelvin deleted the recaptcha branch July 25, 2023 21:32
peterfriese added a commit that referenced this pull request Jul 26, 2023
This fixes compile errors that result from some method renamings in #11231

Signed-off-by: Peter Friese <peter@peterfriese.de>
andrewheard pushed a commit that referenced this pull request Jul 26, 2023
#11231 introduces some renamed methods, which broke the Combine build, see this workflow run: firebase/firebase-ios-sdk/actions/runs/5665691823

This PR should fix this.
renkelvin pushed a commit that referenced this pull request Jul 26, 2023
andrewheard added a commit that referenced this pull request Jul 26, 2023
andrewheard added a commit that referenced this pull request Jul 26, 2023
Reverted reCAPTCHA <-> Auth integration PRs (#11231, #11606, #11609, #11610) due to an issue with the zip build.
@firebase firebase locked and limited conversation to collaborators Aug 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants