We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d30af1c commit b20de63Copy full SHA for b20de63
FirebaseSwiftUI/README.md
@@ -97,7 +97,7 @@ public struct AuthConfiguration {
97
## Configuring providers
98
99
1. Ensure the provider is installed from step 1 (e.g. if configuring Google provider, you need to install `FirebaseGoogleSwiftUI` package).
100
-2. Ensure you have called the relevant API on `AuthService` to initialise provider. Example of Email and Google provider initialization:
+2. Ensure you have called the relevant API on `AuthService` to initialise the provider. Example of Email and Google provider initialization:
101
102
```swift
103
let authService = AuthService()
0 commit comments