File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
FirebaseSwiftUI/FirebaseGoogleSwiftUI/Sources/Views
samples/swiftui/FirebaseSwiftUIExample/FirebaseSwiftUIExample Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import FirebaseAuthSwiftUI
2
2
import SwiftUI
3
3
4
4
@MainActor
5
- public struct SignInWithAppleButton {
5
+ public struct SignInWithGoogleButton {
6
6
@Environment ( AuthService . self) private var authService
7
7
@State private var errorMessage = " "
8
8
@@ -19,7 +19,7 @@ public struct SignInWithAppleButton {
19
19
}
20
20
}
21
21
22
- extension SignInWithAppleButton : View {
22
+ extension SignInWithGoogleButton : View {
23
23
public var body : some View {
24
24
Button ( action: {
25
25
Task {
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ struct ContentView: View {
102
102
103
103
var body : some View {
104
104
AuthPickerView {
105
- SignInWithAppleButton ( )
105
+ SignInWithGoogleButton ( )
106
106
FacebookButtonView ( )
107
107
PhoneAuthButtonView ( )
108
108
} . environment ( authService)
You can’t perform that action at this time.
0 commit comments