File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -650,12 +650,12 @@ code.
650
650
- Firestore: Added ` Query::Count() ` , which fetches the number of documents
651
651
in the result set without actually downloading the documents
652
652
([ #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 )
656
656
and [ ` Activate ` ] ( https://firebase.google.com/docs/reference/cpp/class/firebase/remote-config/remote-config#activate )
657
657
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 ) .
659
659
660
660
### 10.7.0
661
661
- Changes
You can’t perform that action at this time.
0 commit comments