aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Auth
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2017-11-28 13:52:51 -0800
committerGravatar GitHub <noreply@github.com>2017-11-28 13:52:51 -0800
commit343421d93e3b0c9892e1f3d11096d59da8d261fe (patch)
treedc9dd5f3fe07e5e7ef7de001f16b4628604f393f /Firebase/Auth
parent564c0bebdc0abf48e4f74f49b25df40f7f1fe3c7 (diff)
FIRAppInternal.h is a published private header (#501)
Diffstat (limited to 'Firebase/Auth')
-rw-r--r--Firebase/Auth/Source/FIRAuth.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Firebase/Auth/Source/FIRAuth.m b/Firebase/Auth/Source/FIRAuth.m
index cadff23..d5116ff 100644
--- a/Firebase/Auth/Source/FIRAuth.m
+++ b/Firebase/Auth/Source/FIRAuth.m
@@ -19,7 +19,7 @@
#import "FIRAuth_Internal.h"
#import "FIRAppAssociationRegistration.h"
-#import "FIRAppInternal.h"
+#import <FirebaseCore/FIRAppInternal.h>
#import "FIROptions.h"
#import "FIRLogger.h"
#import "AuthProviders/EmailPassword/FIREmailPasswordAuthCredential.h"