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 dc02732 commit 15107edCopy full SHA for 15107ed
FirebaseSwiftUI/README.md
@@ -9,7 +9,7 @@
9
5. Press `Add Packages` button to complete installation.
10
11
12
-## Getting started
+## Getting started
13
14
1. Follow step 2, 3 & 5 on [adding Firebase to your SwiftUI app](https://firebase.google.com/docs/ios/setup).
15
2. You should now update your app entry point to look like this:
@@ -96,7 +96,7 @@ public struct AuthConfiguration {
96
}
97
```
98
99
-## Configuring providers
+## Configuring providers
100
101
1. Ensure the provider is installed from step 1 (e.g. if configuring Google provider, you need to install `FirebaseGoogleSwiftUI` package).
102
2. Ensure you have called the relevant API on `AuthService` to initialise provider. Example of Email and Google provider initialization:
0 commit comments