diff --git a/FirebasePhoneAuthUI/FUIPhoneEntryViewController.xib b/FirebasePhoneAuthUI/FUIPhoneEntryViewController.xib index 79216663d1e..09e19db35ed 100644 --- a/FirebasePhoneAuthUI/FUIPhoneEntryViewController.xib +++ b/FirebasePhoneAuthUI/FUIPhoneEntryViewController.xib @@ -4,7 +4,6 @@ - @@ -28,12 +27,13 @@ - + + diff --git a/FirebaseUI.podspec b/FirebaseUI.podspec index a48de8f8298..90112fcab71 100644 --- a/FirebaseUI.podspec +++ b/FirebaseUI.podspec @@ -1,10 +1,10 @@ Pod::Spec.new do |s| s.name = 'FirebaseUI' - s.version = '5.1.3' + s.version = '5.1.5' s.summary = 'UI binding libraries for Firebase.' s.homepage = 'https://github.com/firebase/FirebaseUI-iOS' s.license = { :type => 'Apache 2.0', :file => 'LICENSE' } - s.source = { :git => 'https://github.com/firebase/FirebaseUI-iOS.git', :tag => 'v5.1.3' } + s.source = { :git => 'https://github.com/firebase/FirebaseUI-iOS.git', :tag => 'v' + s.version.to_s } s.author = 'Firebase' s.platform = :ios s.ios.deployment_target = '9.0' diff --git a/README.md b/README.md index 2b579509775..28e7cb410b7 100644 --- a/README.md +++ b/README.md @@ -95,9 +95,8 @@ Go to `Project Settings -> Info tab -> Url Types` and update values for: + `fb{your-app-id}` (put Facebook App Id) + `twitterkit-{consumer-key}` (put Twitter App Consumer key) -1. Update `Info.plist` with Twitter and Tacebook configuration values +1. Update `Info.plist` with Facebook configuration values + `FacebookAppID -> {your-app-id}` (put Facebook App Id) - + `Fabric -> Kits -> KitInfo -> consumerKey / consumerSecret` (put Twitter App consumer key/secret). Please note that's it's not secure to store the `consumerSecret` in the app itself. 1. Enable Keychain Sharing.
Facebook SDK requires keychain sharing.