Skip to content

Commit b1226e5

Browse files
committed
Merge branch 'master' of github.com:firebase/FirebaseUI-iOS
2 parents e33ff0c + 6411e72 commit b1226e5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,29 +14,29 @@ FirebaseUI supports iOS 8.0+. We recommend using [CocoaPods](https://cocoapods.o
1414
the following to your `Podfile`:
1515

1616
```ruby
17-
pod 'FirebaseUI', '~> 1.0' # Pull in all Firebase UI features
17+
pod 'FirebaseUI', '~> 2.0' # Pull in all Firebase UI features
1818
```
1919

2020
If you don't want to use all of FirebaseUI, there are multiple subspecs which can selectively install subsets of the full feature set:
2121

2222
```ruby
2323
# Only pull in FirebaseUI Database features
24-
pod 'FirebaseUI/Database', '~> 1.0'
24+
pod 'FirebaseUI/Database', '~> 2.0'
2525

2626
# Only pull in FirebaseUI Storage features
27-
pod 'FirebaseUI/Storage', '~> 1.0'
27+
pod 'FirebaseUI/Storage', '~> 2.0'
2828

2929
# Only pull in FirebaseUI Auth features
30-
pod 'FirebaseUI/Auth', '~> 1.0'
30+
pod 'FirebaseUI/Auth', '~> 2.0'
3131

3232
# Only pull in Facebook login features
33-
pod 'FirebaseUI/Facebook', '~> 1.0'
33+
pod 'FirebaseUI/Facebook', '~> 2.0'
3434

3535
# Only pull in Google login features
36-
pod 'FirebaseUI/Google', '~> 1.0'
36+
pod 'FirebaseUI/Google', '~> 2.0'
3737

3838
# Only pull in Twitter login features
39-
pod 'FirebaseUI/Twitter', '~> 1.0'
39+
pod 'FirebaseUI/Twitter', '~> 2.0'
4040
```
4141

4242
If you're including FirebaseUI in a Swift project, make sure you also have:
@@ -62,7 +62,7 @@ $ cd FirebaseUI-iOS
6262
$ pod install
6363
```
6464

65-
Alternatively you can use `pod try FirebaseUI` in order to install objective-c or swift sample project
65+
Alternatively you can use `pod try FirebaseUI` to install the Objective-C or Swift sample projects.
6666

6767
## Mandatory Sample Project Configuration
6868

@@ -80,7 +80,7 @@ Go to `Project Settings -> Info tab -> Url Types` and update values for:
8080

8181
3. Update `Info.plist` twitter and facebook configuration values
8282
+ `FacebookAppID -> {your-app-id}` (put Facebook App Id)
83-
+ `Fabric -> Kits -> KitInfo -> consumerKey / consumerSecret` (put Twitter App consumer key/secret). Please notice that's it's not secure to store `consumerSecret` in the app itself.
83+
+ `Fabric -> Kits -> KitInfo -> consumerKey / consumerSecret` (put Twitter App consumer key/secret). Please note that's it's not secure to store `consumerSecret` in the app itself.
8484

8585
4. Enable Keychain Sharing.<br>
8686
Facebook SDK requires keychain sharing.<br>

0 commit comments

Comments
 (0)