Skip to content

Commit dd1e92b

Browse files
chore: clean up
1 parent 07c20de commit dd1e92b

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

samples/swiftui/FirebaseSwiftUIExample/FirebaseSwiftUIExample/ContentView.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ struct ContentView: View {
3939
actionCodeSettings.linkDomain = "flutterfire-e2e-tests.firebaseapp.com"
4040
actionCodeSettings.setIOSBundleID(Bundle.main.bundleIdentifier!)
4141
let configuration = AuthConfiguration(
42-
shouldAutoUpgradeAnonymousUsers: !uiAuthEmulator,
4342
tosUrl: URL(string: "https://example.com/tos"),
4443
privacyPolicyUrl: URL(string: "https://example.com/privacy"),
4544
emailLinkSignInActionCodeSettings: actionCodeSettings

samples/swiftui/FirebaseSwiftUIExample/FirebaseSwiftUIExample/UITestUtils.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,9 @@ func setEmailVerifiedInEmulator(for user: User,
111111
])
112112
}
113113

114-
log("Applied oobCode successfully; reloading user...")
115114

116115
// 4) Reload the user to reflect the new verification state.
117116
try await user.reload()
118-
log("User reloaded. emailVerified after reload: \(user.isEmailVerified)")
119117
}
120118

121119
/// Small async helper to call FirebaseAuth's callback-based `sendEmailVerification` on iOS.

0 commit comments

Comments
 (0)