Skip to content

Commit d30af1c

Browse files
chore: address PR feedback; spelling and formatting code snippet
1 parent 15107ed commit d30af1c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

FirebaseSwiftUI/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
1. Launch Xcode and open the project or workspace where you want to add the packages.
66
2. In the menu bar, go to: `File > Add Package Dependencies...`
77
3. Enter the Package URL: `https://github.com/firebase/FirebaseUI-iOS`
8-
4. Select target(s) you wish to add to your app (currently `FirebaseAuthSwiftUI`, `FirebaseGoogleSwiftUI`, `FirebaseFacebookSwiftUI` and `FirebasePhoneAuthSwiftUI` are available). `FirebaseAuthSwiftUI` is required and contains Email provider API.
9-
5. Press `Add Packages` button to complete installation.
8+
4. Select target(s) you wish to add to your app (currently `FirebaseAuthSwiftUI`, `FirebaseGoogleSwiftUI`, `FirebaseFacebookSwiftUI` and `FirebasePhoneAuthSwiftUI` are available). `FirebaseAuthSwiftUI` is required and contains the Email provider API.
9+
5. Press the `Add Packages` button to complete installation.
1010

1111

1212
## Getting started
@@ -33,11 +33,9 @@ class AppDelegate: NSObject, UIApplicationDelegate {
3333
struct FirebaseSwiftUIExampleApp: App {
3434
@UIApplicationDelegateAdaptor(AppDelegate.self) var appDelegate
3535

36-
init() {}
37-
3836
var body: some Scene {
3937
WindowGroup {
40-
ContentView()
38+
ContentView()
4139
}
4240
}
4341
}

0 commit comments

Comments
 (0)