Skip to content

Commit 5fd745e

Browse files
authored
Merge pull request #1261 from firebase/mc/alpha-instructions
Add prerelease git slug to install instructions
2 parents 017479f + 9a42961 commit 5fd745e

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

FirebaseSwiftUI/README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
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 the Email provider API.
9-
5. Press the `Add Packages` button to complete installation.
8+
4. In the `Dependency Rule` dropdown, select `Branch` and set the branch to `main` in the resulting text input.
9+
5. 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.
10+
6. Press the `Add Packages` button to complete installation.
1011

1112

1213
## Getting started
@@ -133,7 +134,12 @@ let authService = AuthService()
133134

134135

135136
## Notes for Alpha release
136-
1. Customization/theming for Views is not yet available.
137+
1. Customization/theming for Views is not available directly in the default view.
138+
To create a custom view, build your own auth picker view from the provider components.
137139
2. The providers available are Email, Phone, Google and Facebook.
138140
3. String localizations have been ported over and used where possible from the previous implementation, but new strings will only have English translations for the time being.
139141
4. The UI has not been polished and is subject to change once design has been finalized.
142+
143+
## Feedback
144+
145+
Please file feedback in the repository's issue tracker.

0 commit comments

Comments
 (0)