aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example/Auth
diff options
context:
space:
mode:
authorGravatar Zsika Phillip <protocol86@users.noreply.github.com>2017-12-04 17:28:35 -0800
committerGravatar GitHub <noreply@github.com>2017-12-04 17:28:35 -0800
commitf502f42e26e47f163f46d42648e043eda0601cbb (patch)
treef9ba11ea86b85430b8a724f7a97ad5966cde38e4 /Example/Auth
parent7eebb6ec638425460f958a9e61456311e47b03ba (diff)
Fixes stating host (#528)
Diffstat (limited to 'Example/Auth')
-rw-r--r--Example/Auth/Sample/SettingsViewController.m2
1 files changed, 1 insertions, 1 deletions
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.