File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 5
5
- [ Fixed] Prevent a bad memory access crash by using non-ObjC, native Swift
6
6
types in the SDK's networking layer, and moving synchronous work off of
7
7
the shared Swift concurrency queue. (#13650 )
8
+ - [ Fixed] Restore Firebase 10 behavior by forwarding errors from interrupted
9
+ reCAPTCHA or OIDC login flows. (#13645 )
8
10
9
11
# 11.2.0
10
12
- [ Fixed] Fixed crashes that could occur in Swift continuation blocks running in the Xcode 16
Original file line number Diff line number Diff line change 89
89
func safariViewControllerDidFinish( _ controller: SFSafariViewController ) {
90
90
kAuthGlobalWorkQueue. async {
91
91
if controller == self . safariViewController {
92
+ self . safariViewController = nil
92
93
// TODO: Ensure that the SFSafariViewController is actually removed from the screen
93
94
// before invoking finishPresentation
94
95
self . finishPresentation ( withURL: nil ,
You can’t perform that action at this time.
0 commit comments