Skip to content

Commit 15107ed

Browse files
format
1 parent dc02732 commit 15107ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FirebaseSwiftUI/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
5. Press `Add Packages` button to complete installation.
1010

1111

12-
## Getting started
12+
## Getting started
1313

1414
1. Follow step 2, 3 & 5 on [adding Firebase to your SwiftUI app](https://firebase.google.com/docs/ios/setup).
1515
2. You should now update your app entry point to look like this:
@@ -96,7 +96,7 @@ public struct AuthConfiguration {
9696
}
9797
```
9898

99-
## Configuring providers
99+
## Configuring providers
100100

101101
1. Ensure the provider is installed from step 1 (e.g. if configuring Google provider, you need to install `FirebaseGoogleSwiftUI` package).
102102
2. Ensure you have called the relevant API on `AuthService` to initialise provider. Example of Email and Google provider initialization:

0 commit comments

Comments
 (0)