aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Core/Private
diff options
context:
space:
mode:
authorGravatar Yury <yramanchuk@users.noreply.github.com>2017-07-17 12:53:10 -0700
committerGravatar Morgan Chen <morganchen12@gmail.com>2017-07-17 12:53:10 -0700
commit325810096aa9a279643cda30fbda0098a576109c (patch)
tree2ba381b4db1c9cc95bcbca504fcab46cf3f3ca2c /Firebase/Core/Private
parent11d004105e9cf7506e565ae9f0998737aa60a424 (diff)
Add Firebase AuthUI service for tracking FirebaseUI installations count. (#142)
Diffstat (limited to 'Firebase/Core/Private')
-rw-r--r--Firebase/Core/Private/FIRAppInternal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Firebase/Core/Private/FIRAppInternal.h b/Firebase/Core/Private/FIRAppInternal.h
index 461dd3d..54098d1 100644
--- a/Firebase/Core/Private/FIRAppInternal.h
+++ b/Firebase/Core/Private/FIRAppInternal.h
@@ -36,6 +36,7 @@ typedef NS_ENUM(NSInteger, FIRConfigType) {
*/
extern NSString *const kFIRServiceAdMob;
extern NSString *const kFIRServiceAuth;
+extern NSString *const kFIRServiceAuthUI;
extern NSString *const kFIRServiceCrash;
extern NSString *const kFIRServiceDatabase;
extern NSString *const kFIRServiceDynamicLinks;