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 2154d06 commit 40ae462Copy full SHA for 40ae462
samples/swiftui/FirebaseSwiftUIExample/FirebaseSwiftUIExample/ContentView.swift
@@ -31,7 +31,6 @@ struct ContentView: View {
31
let phoneAuthProvider = PhoneAuthProviderAuthUI()
32
authService = AuthService(
33
configuration: configuration,
34
- facebookProvider: facebookProvider,
35
phoneAuthProvider: phoneAuthProvider
36
)
37
.withGoogleSignIn()
0 commit comments