Skip to content

Commit df1f33f

Browse files
committed
Add atomic TODOs
1 parent bb16db5 commit df1f33f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

FirebaseRemoteConfig/SwiftNew/ConfigSettings.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,12 @@ let RCNHTTPDefaultConnectionTimeout: TimeInterval = 60
7474

7575
// MARK: - Data required by config request.
7676

77+
// TODO(ncooke3): This property was atomic in ObjC.
7778
/// InstallationsID.
7879
/// - Note: The property is atomic because it is accessed across multiple threads.
7980
@objc public var configInstallationsIdentifier: String?
8081

82+
// TODO(ncooke3): This property was atomic in ObjC.
8183
/// Installations token.
8284
/// - Note: The property is atomic because it is accessed across multiple threads.
8385
@objc public var configInstallationsToken: String?
@@ -93,6 +95,7 @@ let RCNHTTPDefaultConnectionTimeout: TimeInterval = 60
9395

9496
// MARK: - Throttling Properties
9597

98+
// TODO(ncooke3): This property was atomic in ObjC.
9699
/// Throttling intervals are based on https://cloud.google.com/storage/docs/exponential-backoff
97100
/// Returns true if client has fetched config and has not got back from server. This is used to
98101
/// determine whether there is another config task infight when fetching.

0 commit comments

Comments
 (0)