FirebaseRemoteConfig Framework Reference

RemoteConfigUpdateSequence

@available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
struct RemoteConfigUpdateSequence : AsyncSequence

An AsyncSequence that emits RemoteConfigUpdate values whenever the config is updated.

This struct is the concrete type returned by the RemoteConfig.configUpdates property.