Skip to content

Commit

Permalink
Add atomic TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 committed Dec 17, 2024
1 parent bb16db5 commit df1f33f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions FirebaseRemoteConfig/SwiftNew/ConfigSettings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,12 @@ let RCNHTTPDefaultConnectionTimeout: TimeInterval = 60

// MARK: - Data required by config request.

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

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

// MARK: - Throttling Properties

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

0 comments on commit df1f33f

Please sign in to comment.