Skip to content

Commit 4cb5f27

Browse files
chore: use withTwitterSignIn() for test and content view
1 parent ad137a0 commit 4cb5f27

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

samples/swiftui/FirebaseSwiftUIExample/FirebaseSwiftUIExample/ContentView.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,10 @@ struct ContentView: View {
4949
)
5050
.withGoogleSignIn()
5151
.withPhoneSignIn()
52+
.withTwitterSignIn()
5253
.withFacebookSignIn()
5354
.withEmailSignIn()
54-
.withTwitterSignIn()
55+
5556
}
5657

5758
var body: some View {

samples/swiftui/FirebaseSwiftUIExample/FirebaseSwiftUIExample/TestView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ struct TestView: View {
5656
)
5757
.withGoogleSignIn()
5858
.withPhoneSignIn()
59+
.withTwitterSignIn()
5960
.withFacebookSignIn()
6061
.withEmailSignIn()
6162
}

0 commit comments

Comments
 (0)