Skip to content

Commit af727e3

Browse files
authored
Specify real-time APIs don't affect fetch and activate. (#10986)
* Specify real-time APIs don't affect fetch and activate. * Remove trailing whitespace. * Use swift refdocs.
1 parent 01ecc1c commit af727e3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

FirebaseRemoteConfig/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# 10.7.0
2-
- [feature] Added support for real-time config updates. To learn more, see [Get started with Firebase Remote Config](https://firebase.google.com/docs/remote-config/get-started?platform=ios).
2+
- [feature] Added support for real-time config updates. Use the new `addOnConfigUpdateListener` API to get
3+
real-time updates. Existing [`fetch`](https://firebase.google.com/docs/reference/swift/firebaseremoteconfig/api/reference/Classes/RemoteConfig#fetch)
4+
and [`activate`](https://firebase.google.com/docs/reference/swift/firebaseremoteconfig/api/reference/Classes/RemoteConfig#activate)
5+
APIs aren't affected by this change. To learn more, see
6+
[Get started with Firebase Remote Config](https://firebase.google.com/docs/remote-config/get-started?platform=ios#add-real-time-listener).
37

48
# 9.3.0
59
- [changed] Arrays and Dictionaries are now supported when initializing defaults from a

0 commit comments

Comments
 (0)