Skip to content

Commit 0702988

Browse files
chore: change order of buttons
1 parent bf20f0c commit 0702988

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

samples/swiftui/FirebaseSwiftUIExample/FirebaseSwiftUIExample/ContentView.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ struct ContentView: View {
3434
configuration: configuration
3535
)
3636
.withGoogleSignIn()
37-
.withFacebookSignIn()
3837
.withPhoneSignIn()
38+
.withFacebookSignIn()
39+
3940
}
4041

4142
var body: some View {

0 commit comments

Comments
 (0)