File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -306,8 +306,8 @@ import FirebaseCore
306
306
307
307
private static func initFetcherServiceForApp( _ app: FirebaseApp ,
308
308
_ bucket: String ,
309
- _ auth: AuthInterop ,
310
- _ appCheck: AppCheckInterop )
309
+ _ auth: AuthInterop ? ,
310
+ _ appCheck: AppCheckInterop ? )
311
311
-> GTMSessionFetcherService {
312
312
objc_sync_enter ( fetcherServiceLock)
313
313
defer { objc_sync_exit ( fetcherServiceLock) }
@@ -334,8 +334,8 @@ import FirebaseCore
334
334
return fetcherService!
335
335
}
336
336
337
- private let auth : AuthInterop
338
- private let appCheck : AppCheckInterop
337
+ private let auth : AuthInterop ?
338
+ private let appCheck : AppCheckInterop ?
339
339
private let storageBucket : String
340
340
private var usesEmulator : Bool = false
341
341
var host : String
You can’t perform that action at this time.
0 commit comments