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 e8dc34d commit 69b4901Copy full SHA for 69b4901
samples/swiftui/FirebaseSwiftUIExample/FirebaseSwiftUIExample/ContentView.swift
@@ -25,7 +25,7 @@ struct ContentView: View {
25
actionCodeSettings.linkDomain = "flutterfire-e2e-tests.firebaseapp.com"
26
actionCodeSettings.setIOSBundleID(Bundle.main.bundleIdentifier!)
27
let configuration = AuthConfiguration(
28
- shouldAutoUpgradeAnonymousUsers: uiAuthEmulator ? false : true,
+ shouldAutoUpgradeAnonymousUsers: !uiAuthEmulator,
29
tosUrl: URL(string: "https://example.com/tos"),
30
privacyPolicyUrl: URL(string: "https://example.com/privacy"),
31
emailLinkSignInActionCodeSettings: actionCodeSettings
0 commit comments