File tree Expand file tree Collapse file tree 2 files changed +0
-24
lines changed Expand file tree Collapse file tree 2 files changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -108,24 +108,6 @@ + (void)configureWithOptions:(FIROptions *)options {
108
108
[FIRApp configureDefaultAppWithOptions: options sendingNotifications: YES ];
109
109
}
110
110
111
- + (void )configureWithoutSendingNotification {
112
- FIROptions *options = [FIROptions defaultOptions ];
113
- if (!options) {
114
- [[NSNotificationCenter defaultCenter ]
115
- postNotificationName: kFIRAppDiagnosticsNotification
116
- object: nil
117
- userInfo: @{
118
- kFIRAppDiagnosticsConfigurationTypeKey : @(FIRConfigTypeCore),
119
- kFIRAppDiagnosticsErrorKey : [FIRApp errorForMissingOptions ]
120
- }];
121
- [NSException raise: kFirebaseCoreErrorDomain
122
- format:
123
- @" Please check there is a valid "
124
- @" GoogleService-Info.plist in the project." ];
125
- }
126
- [FIRApp configureDefaultAppWithOptions: options sendingNotifications: NO ];
127
- }
128
-
129
111
+ (void )configureDefaultAppWithOptions : (FIROptions *)options
130
112
sendingNotifications : (BOOL )sendNotifications {
131
113
if (sDefaultApp ) {
Original file line number Diff line number Diff line change @@ -152,12 +152,6 @@ typedef NSString *_Nullable (^FIRAppGetUIDImplementation)(void);
152
152
*/
153
153
- (void )getTokenForcingRefresh : (BOOL )forceRefresh withCallback : (FIRTokenCallback)callback ;
154
154
155
- /* *
156
- * Exposed for use by the Google pod. Configures the default app without sending notifications to
157
- * other SDKs. Otherwise, behaves exactly like +configure.
158
- */
159
- + (void )configureWithoutSendingNotification ;
160
-
161
155
/* *
162
156
* Expose the UID of the current user for Firestore.
163
157
*/
You can’t perform that action at this time.
0 commit comments