File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -414,8 +414,8 @@ - (NSDictionary *)analyticsOptionsDictionary {
414414
415415/* *
416416 * Whether or not Measurement was enabled. Measurement is enabled unless explicitly disabled in
417- * GoogleService-Info.plist. This uses the old plist flag `IS_MEASUREMENT_ENABLED`, which should still
418- * be supported.
417+ * GoogleService-Info.plist. This uses the old plist flag `IS_MEASUREMENT_ENABLED`, which should
418+ * still be supported.
419419 */
420420- (BOOL )isMeasurementEnabled {
421421 if (self.isAnalyticsCollectionDeactivated ) {
Original file line number Diff line number Diff line change 2222#include < string>
2323#include < utility>
2424
25+ #import < FirebaseCore/FIROptions.h>
2526#import " FirebaseAuth/Interop/Public/FirebaseAuthInterop/FIRAuthInterop.h"
2627#import " FirebaseCore/Extension/FIRAppInternal.h"
2728#import " FirebaseCore/Extension/FIRComponent.h"
2829#import " FirebaseCore/Extension/FIRComponentContainer.h"
2930#import " FirebaseCore/Extension/FIRComponentType.h"
3031#import " FirebaseCore/Extension/FIRLibrary.h"
31- #import < FirebaseCore/FIROptions.h>
3232#import " Firestore/Source/API/FIRFirestore+Internal.h"
3333
3434#include " Firestore/core/include/firebase/firestore/firestore_version.h"
Original file line number Diff line number Diff line change 1616
1717#include " Firestore/core/src/remote/firebase_metadata_provider_apple.h"
1818
19+ #import < FirebaseCore/FIROptions.h>
1920#import " FirebaseCore/Extension/FIRAppInternal.h"
2021#import " FirebaseCore/Extension/FIRHeartbeatLogger.h"
21- #import < FirebaseCore/FIROptions.h>
2222
2323#include " Firestore/core/src/util/string_apple.h"
2424
You can’t perform that action at this time.
0 commit comments