File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
samples/swiftui/FirebaseSwiftUIExample/FirebaseSwiftUIExample/App Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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 " ) ,
You can’t perform that action at this time.
0 commit comments