Skip to content

Commit 10f89aa

Browse files
chore: setup microsoft and yahoo sign in
1 parent 44d07f8 commit 10f89aa

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

samples/swiftui/FirebaseSwiftUIExample/FirebaseSwiftUIExample/ContentView.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ struct ContentView: View {
5454
.withAppleSignIn()
5555
.withTwitterSignIn()
5656
.withOAuthSignIn(OAuthProviderSwift.github())
57+
.withOAuthSignIn(OAuthProviderSwift.microsoft())
58+
.withOAuthSignIn(OAuthProviderSwift.yahoo())
5759
.withFacebookSignIn()
5860
.withEmailSignIn()
5961

samples/swiftui/FirebaseSwiftUIExample/FirebaseSwiftUIExample/TestView.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ struct TestView: View {
6161
.withPhoneSignIn()
6262
.withAppleSignIn()
6363
.withTwitterSignIn()
64+
.withOAuthSignIn(OAuthProviderSwift.github())
65+
.withOAuthSignIn(OAuthProviderSwift.microsoft())
66+
.withOAuthSignIn(OAuthProviderSwift.yahoo())
6467
.withFacebookSignIn()
6568
.withEmailSignIn()
6669
}

0 commit comments

Comments
 (0)