Skip to content

Commit aa5c0c7

Browse files
uncomment anonymous sign-in
1 parent 0e72485 commit aa5c0c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/swiftui/FirebaseSwiftUIExample/FirebaseSwiftUIExample/ContentView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ struct ContentView: View {
1616
let authService: AuthService
1717

1818
init() {
19-
// Auth.auth().signInAnonymously()
19+
Auth.auth().signInAnonymously()
2020

2121
let actionCodeSettings = ActionCodeSettings()
2222
actionCodeSettings.handleCodeInApp = true

0 commit comments

Comments
 (0)