We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdd1aae commit 2487abeCopy full SHA for 2487abe
FirebaseRemoteConfig/CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# unreleased
2
+- [added] Introduced a new `updates` property to `RemoteConfig` that
3
+ providesan `AsyncThrowingStream` for consuming real-time config updates.
4
+ This offers a modern, Swift Concurrency-native alternative to the existing
5
+ closure-based listener.
6
+
7
# 12.3.0
8
- [fixed] Add missing GoogleUtilities dependency to fix SwiftPM builds when
9
building dynamically linked libraries. (#15276)
0 commit comments