Skip to content

Commit 242c15b

Browse files
chore: rm facebook provider from example
1 parent b92376c commit 242c15b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseSwiftUI/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ struct ContentView: View {
143143
.withEmailSignIn()
144144
.withAppleSignIn()
145145
.withGoogleSignIn()
146-
.withFacebookSignIn(FacebookProviderSwift())
146+
.withFacebookSignIn()
147147
.withPhoneSignIn()
148148
.withTwitterSignIn()
149149
.withOAuthSignIn(OAuthProviderSwift.github())

0 commit comments

Comments
 (0)