Skip to content

Commit b53e360

Browse files
committed
review
1 parent 9ec28e0 commit b53e360

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

FirebaseRemoteConfig/SwiftNew/ConfigRealtime.swift

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 Google LLC
1+
// Copyright 2025 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -64,9 +64,7 @@ private let maxRetries = 7
6464
/// the associated listener from receiving config updates and unregisters itself.
6565
///
6666
/// If `remove` is called and no other listener registrations remain, the connection to the
67-
/// real-time
68-
/// connection.
69-
67+
/// real-time connection.
7068
@objc(FIRConfigUpdateListenerRegistration) public
7169
final class ConfigUpdateListenerRegistration: NSObject, Sendable {
7270
let completionHandler: @Sendable (RemoteConfigUpdate?, Error?) -> Void
@@ -109,7 +107,7 @@ class ConfigRealtime: NSObject, URLSessionDataDelegate {
109107
settings: ConfigSettings,
110108
namespace: String,
111109
options: FirebaseOptions,
112-
installations: InstallationsProtocol?) {
110+
installations: InstallationsProtocol? = nil) {
113111
self.configFetch = configFetch
114112
self.settings = settings
115113
self.options = options

FirebaseRemoteConfig/SwiftNew/Utils/UtilsURL.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 Google LLC
1+
// Copyright 2025 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

FirebaseRemoteConfig/Tests/SwiftUnit/ConfigRealtimeTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 Google LLC
1+
// Copyright 2025 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)