@@ -60,11 +60,14 @@ $ cd FirebaseUI-iOS
6060$ pod install
6161```
6262
63+ Alternatively you can use ` pod try FirebaseUI ` in order to install objective-c or swift sample project
64+
6365## Mandatory Sample Project Configuration
6466
65- You have to configure Xcode project in order run samples.
67+ You have to configure Xcode project in order to run samples.
6668
67691 . You project should contain ` GoogleService-Info.plist ` downloaded from [ Firebase console] ( https://console.firebase.google.com ) .<br >
70+ Copy ` GoogleService-Info.plist ` into sample project folder (` samples/obj-c/GoogleService-Info.plist ` or ` samples/swift/GoogleService-Info.plist ` ).<br >
6871Find more instructions and download a plist file from the [ Firebase console] ( https://console.firebase.google.com ) .
6972
70732 . Update URL Types.<br >
@@ -75,13 +78,13 @@ Go to `Project Settings -> Info tab -> Url Types` and update values for:
7578
76793 . Update ` Info.plist ` twitter and facebook configuration values
7780 + `FacebookAppID -> {your-app-id}` (put Facebook App Id)
78- + `Fabric -> Kits -> KitInfo -> consumerKey / consumerSecret` (put Twitter App consumer key/secret). Please notice that's it's not secure to store `consumerSecrent ` in the app itself.
81+ + `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.
7982
80834 . Enable Keychain Sharing.<br >
8184Facebook SDK requires keychain sharing.<br >
8285This can be done here: ` Project Settings -> Capabilities -> KeyChain Sharing -> ON `
8386
84- 5 . Don't forget to configure your Firebase App Database using Firebase Console .<br >
87+ 5 . Don't forget to configure your Firebase App Database using [ Firebase console ] ( https://console.firebase.google.com ) .<br >
8588Database should contain appropriate read/write permissions and folders (` objc_demo-chat ` and ` swift_demo-chat ` respectfully)
8689
8790## Contributing to FirebaseUI
0 commit comments