From 9eb7385943823222570d4b2989fccaf475e10355 Mon Sep 17 00:00:00 2001 From: Morgan Chen Date: Thu, 9 Aug 2018 15:25:04 -0700 Subject: [PATCH] Fix docs issue and unselectable footer Change-Id: Iaaabae73aa20f73f78b3e1f3daf67ee6626e3481 --- FirebasePhoneAuthUI/FUIPhoneEntryViewController.xib | 4 ++-- FirebaseUI.podspec | 4 ++-- README.md | 3 +-- 3 files changed, 5 insertions(+), 6 deletions(-) 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.