-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Generated by 🚫 Danger |
Apple API Diff ReportCommit: 5bfdd58 FirebaseAuthEnumerationsFIRAuthErrorCode[ADDED] FIRAuthErrorCodeMissingRecaptchaVersionSwift:
+ case missingRecaptchaVersion = 17205
Objective-C:
+ FIRAuthErrorCodeMissingRecaptchaVersion = 17205 [ADDED] FIRAuthErrorCodeRecaptchaNotEnabledSwift:
+ case recaptchaNotEnabled = 17200
Objective-C:
+ FIRAuthErrorCodeRecaptchaNotEnabled = 17200 [ADDED] FIRAuthErrorCodeInvalidReqTypeSwift:
+ case invalidReqType = 17207
Objective-C:
+ FIRAuthErrorCodeInvalidReqType = 17207 [ADDED] FIRAuthErrorCodeMissingClientTypeSwift:
+ case missingClientType = 17204
Objective-C:
+ FIRAuthErrorCodeMissingClientType = 17204 [ADDED] FIRAuthErrorCodeInvalidRecaptchaTokenSwift:
+ case invalidRecaptchaToken = 17202
Objective-C:
+ FIRAuthErrorCodeInvalidRecaptchaToken = 17202 [ADDED] FIRAuthErrorCodeRecaptchaSDKNotLinkedSwift:
+ case recaptchaSDKNotLinked = 17208
Objective-C:
+ FIRAuthErrorCodeRecaptchaSDKNotLinked = 17208 [ADDED] FIRAuthErrorCodeMissingRecaptchaTokenSwift:
+ case missingRecaptchaToken = 17201
Objective-C:
+ FIRAuthErrorCodeMissingRecaptchaToken = 17201 [ADDED] FIRAuthErrorCodeInvalidRecaptchaVersionSwift:
+ case invalidRecaptchaVersion = 17206
Objective-C:
+ FIRAuthErrorCodeInvalidRecaptchaVersion = 17206 [ADDED] FIRAuthErrorCodeInvalidRecaptchaActionSwift:
+ case invalidRecaptchaAction = 17203
Objective-C:
+ FIRAuthErrorCodeInvalidRecaptchaAction = 17203 [MODIFIED] FIRAuthErrorCodeMissingClientIdentifierSwift:
+ case missingClientIdentifier = 17093
- case missingClientIdentifier = 17993
Objective-C:
+ FIRAuthErrorCodeMissingClientIdentifier = 17093
- FIRAuthErrorCodeMissingClientIdentifier = 17993 |
Coverage Report 1Affected Products
Test Logs |
prameshj
reviewed
Jul 24, 2023
prameshj
approved these changes
Jul 24, 2023
Co-Authored-By: Kevin Cheung <[email protected]>
kevinthecheung
approved these changes
Jul 25, 2023
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 <[email protected]>
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
This reverts commit 032abb4.
andrewheard
added a commit
that referenced
this pull request
Jul 26, 2023
This reverts commit 032abb4.
andrewheard
added a commit
that referenced
this pull request
Jul 26, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.