From 11d004105e9cf7506e565ae9f0998737aa60a424 Mon Sep 17 00:00:00 2001 From: Ryan Wilson Date: Mon, 17 Jul 2017 14:31:01 -0400 Subject: Add method to check if `defaultApp` is configured. (#139) This lets other SDKs check if the default `FIRApp` is set up without accessing it, which causes unnecessary log messages to appear. --- Firebase/Core/Private/FIRAppInternal.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Firebase/Core/Private/FIRAppInternal.h') diff --git a/Firebase/Core/Private/FIRAppInternal.h b/Firebase/Core/Private/FIRAppInternal.h index 11b3bf6..461dd3d 100644 --- a/Firebase/Core/Private/FIRAppInternal.h +++ b/Firebase/Core/Private/FIRAppInternal.h @@ -98,6 +98,10 @@ typedef NSString *_Nullable (^FIRAppGetUIDImplementation)(); errorCode:(FIRErrorCode)code service:(NSString *)service reason:(NSString *)reason; +/** + * Checks if the default app is configured without trying to configure it. + */ ++ (BOOL)isDefaultAppConfigured; /** * Used by each SDK to send logs about SDK configuration status to Clearcut. -- cgit v1.2.3