From f502f42e26e47f163f46d42648e043eda0601cbb Mon Sep 17 00:00:00 2001 From: Zsika Phillip Date: Mon, 4 Dec 2017 17:28:35 -0800 Subject: Fixes stating host (#528) --- Example/Auth/Sample/SettingsViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Example/Auth') diff --git a/Example/Auth/Sample/SettingsViewController.m b/Example/Auth/Sample/SettingsViewController.m index de91806..24a6513 100644 --- a/Example/Auth/Sample/SettingsViewController.m +++ b/Example/Auth/Sample/SettingsViewController.m @@ -43,7 +43,7 @@ static NSString *const kSecureTokenRequestClassName = @"FIRSecureTokenRequest"; /** @var kIdentityToolkitSandboxHost @brief The host of Identity Toolkit sandbox server. */ -static NSString *const kIdentityToolkitSandboxHost = @"www-googleapis-staging.sandbox.google.com"; +static NSString *const kIdentityToolkitSandboxHost = @"staging-www.sandbox.googleapis.com"; /** @var kSecureTokenSandboxHost @brief The host of Secure Token Service sandbox server. -- cgit v1.2.3