Skip to content

Commit 19b506e

Browse files
authored
Fix Realtime RC release notes (#1305)
* Fix capitalization of addonconfig * mention (android/ios) * fix wrapping
1 parent abe5e93 commit 19b506e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

release_build_files/readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -650,12 +650,12 @@ code.
650650
- Firestore: Added `Query::Count()`, which fetches the number of documents
651651
in the result set without actually downloading the documents
652652
([#1207](https://github.com/firebase/firebase-cpp-sdk/pull/1207)).
653-
- Remote Config: Added support for real-time config updates. Use the new
654-
`addOnConfigUpdateListener` API to get real-time updates. Existing
655-
[`Fetch`](https://firebase.google.com/docs/reference/cpp/class/firebase/remote-config/remote-config#fetch)
653+
- Remote Config (Android/iOS): Added support for real-time config updates.
654+
Use the new `AddOnConfigUpdateListener` API to get real-time updates.
655+
Existing [`Fetch`](https://firebase.google.com/docs/reference/cpp/class/firebase/remote-config/remote-config#fetch)
656656
and [`Activate`](https://firebase.google.com/docs/reference/cpp/class/firebase/remote-config/remote-config#activate)
657657
APIs aren't affected by this change. To learn more, see
658-
[Get started with Firebase Remote Config](https://firebase.google.com/docs/remote-config/get-started?platform=cpp#add-real-time-listener).
658+
[Get started with Firebase Remote Config](https://firebase.google.com/docs/remote-config/get-started?platform=cpp#add-real-time-listener).
659659

660660
### 10.7.0
661661
- Changes

0 commit comments

Comments
 (0)