You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: FirebaseSwiftUI/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
1. Launch Xcode and open the project or workspace where you want to add the packages.
6
6
2. In the menu bar, go to: `File > Add Package Dependencies...`
7
7
3. Enter the Package URL: `https://github.com/firebase/FirebaseUI-iOS`
8
-
4. In the `Dependency Rule` dropdown, select `Branch` and set the branch to `main` in the resulting text input.
8
+
4. In the `Dependency Rule` dropdown, select `Exact Version` and set the version to `v15.1.0-alpha` in the resulting text input.
9
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
10
6. Press the `Add Packages` button to complete installation.
0 commit comments