aboutsummaryrefslogtreecommitdiffhomepage
path: root/AuthSamples/Sample/ApplicationDelegate.m
diff options
context:
space:
mode:
Diffstat (limited to 'AuthSamples/Sample/ApplicationDelegate.m')
-rw-r--r--AuthSamples/Sample/ApplicationDelegate.m13
1 files changed, 4 insertions, 9 deletions
diff --git a/AuthSamples/Sample/ApplicationDelegate.m b/AuthSamples/Sample/ApplicationDelegate.m
index 48577ff..ca8ab44 100644
--- a/AuthSamples/Sample/ApplicationDelegate.m
+++ b/AuthSamples/Sample/ApplicationDelegate.m
@@ -16,16 +16,13 @@
#import "ApplicationDelegate.h"
+#import "AuthProviders.h"
#import "FIRApp.h"
#import "FirebaseAuth.h"
-#import "AuthProviders.h"
+#import "FIRLogger.h"
+#import "GTMSessionFetcherLogging.h"
#import "MainViewController.h"
-#if INTERNAL_GOOGLE3_BUILD
-#import "googlemac/iPhone/Identity/Firebear/InternalUtils/FIRSessionFetcherLogging.h"
-#import "third_party/firebase/ios/Source/FirebaseCore/Library/Private/FIRLogger.h"
-#endif
-
/** @var gOpenURLDelegate
@brief The delegate to for application:openURL:... method.
*/
@@ -39,10 +36,8 @@ static __weak id<OpenURLDelegate> gOpenURLDelegate;
- (BOOL)application:(UIApplication *)application
didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
-#if INTERNAL_GOOGLE3_BUILD
- [FIRSessionFetcherLogging setEnabled:YES];
+ [GTMSessionFetcher setLoggingEnabled:YES];
FIRSetLoggerLevel(FIRLoggerLevelInfo);
-#endif
// Configure the default Firebase application:
[FIRApp configure];