File tree Expand file tree Collapse file tree
samples/swiftui/FirebaseSwiftUIExample/FirebaseSwiftUIExample/App Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,12 +40,11 @@ struct ContentView: View {
4040 actionCodeSettings. linkDomain = " flutterfire-e2e-tests.firebaseapp.com "
4141 actionCodeSettings. setIOSBundleID ( Bundle . main. bundleIdentifier!)
4242 let configuration = AuthConfiguration (
43- languageCode: " es " ,
4443 shouldAutoUpgradeAnonymousUsers: true ,
4544 tosUrl: URL ( string: " https://example.com/tos " ) ,
4645 privacyPolicyUrl: URL ( string: " https://example.com/privacy " ) ,
4746 emailLinkSignInActionCodeSettings: actionCodeSettings,
48- mfaEnabled: false
47+ mfaEnabled: true
4948 )
5049
5150 authService = AuthService (
@@ -69,8 +68,6 @@ struct ContentView: View {
6968 )
7069 )
7170 . withEmailSignIn ( )
72-
73- authService. auth. useEmulator ( withHost: " 127.0.0.1 " , port: 9099 )
7471 }
7572
7673 let authService : AuthService
You can’t perform that action at this time.
0 commit comments