You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enables Sign in with Apple authentication and will register an apple button that is rendered in `AuthPickerView` (default Views) or can be rendered in custom Views by calling `AuthService.renderButtons()`.
840
840
841
+
**Parameters:**
842
+
-`provider`: An optional instance of `AppleProviderSwift`. If not provided, a default instance will be created.
Enables Sign in with Google authentication and will register a Google button that is rendered in AuthPickerView (default Views) or can be rendered in custom Views by calling `AuthService.renderButtons()`.
858
861
862
+
**Parameters:**
863
+
-`provider`: An optional instance of `GoogleProviderSwift`. If not provided, a default instance will be created using the client ID from Firebase configuration.
864
+
859
865
**Example:**
860
866
861
867
```swift
@@ -890,11 +896,14 @@ authService
890
896
891
897
```swift
892
898
// Available when importing FirebaseTwitterSwiftUI
Enables Sign in with Twitter authentication and will register a Twitter button that is rendered in AuthPickerView (default Views) or can be rendered in custom Views by calling `AuthService.renderButtons()`.
897
903
904
+
**Parameters:**
905
+
-`provider`: An optional instance of `TwitterProviderSwift`. If not provided, a default instance will be created.
0 commit comments