Skip to content

Commit 356da89

Browse files
chore: example app setup
1 parent f544498 commit 356da89

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

samples/swiftui/FirebaseSwiftUIExample/FirebaseSwiftUIExample/App/ContentView.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,9 @@ struct ContentView: View {
3535
Auth.auth().signInAnonymously()
3636
let actionCodeSettings = ActionCodeSettings()
3737
actionCodeSettings.handleCodeInApp = true
38-
actionCodeSettings
39-
.url = URL(string: "https://flutterfire-e2e-tests.firebaseapp.com")
40-
actionCodeSettings.linkDomain = "flutterfire-e2e-tests.firebaseapp.com"
38+
actionCodeSettings.url = URL(string: "https://flutterfire-e2e-tests.firebaseapp.com")
4139
actionCodeSettings.setIOSBundleID(Bundle.main.bundleIdentifier!)
40+
actionCodeSettings.linkDomain = "flutterfire-e2e-tests.firebaseapp.com"
4241
let configuration = AuthConfiguration(
4342
shouldAutoUpgradeAnonymousUsers: true,
4443
tosUrl: URL(string: "https://example.com/tos"),

0 commit comments

Comments
 (0)