File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
FirebaseRemoteConfig/SwiftNew Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments