From 9aa4725dac264d15ada046bed27fc90101646b11 Mon Sep 17 00:00:00 2001 From: Wu-Hui Date: Mon, 14 Jun 2021 21:08:38 -0400 Subject: [PATCH 1/2] Add changelog entry for LoadBundle --- release_build_files/readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/release_build_files/readme.md b/release_build_files/readme.md index 2eb1d171b4..77f20b43cf 100644 --- a/release_build_files/readme.md +++ b/release_build_files/readme.md @@ -587,6 +587,9 @@ code. with version 8.x of the Firebase iOS SDK. - General (iOS): A Database URL is no longer required to be present in GoogleService-Info.plist when not using the Real Time Database. + - Firestore: Added `Firestore::LoadBundle` to enable loading Firestore Data + Bundles to the SDK cache. `Firestore::NamedQuery` will be availabe in next + release. ### 7.3.0 - Changes From ea85fadd8c17aec2bc1a98a8acbeeb8f2d0e14ac Mon Sep 17 00:00:00 2001 From: Wu-Hui Date: Mon, 14 Jun 2021 21:10:32 -0400 Subject: [PATCH 2/2] Wording --- release_build_files/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release_build_files/readme.md b/release_build_files/readme.md index 77f20b43cf..5df03098c6 100644 --- a/release_build_files/readme.md +++ b/release_build_files/readme.md @@ -588,8 +588,8 @@ code. - General (iOS): A Database URL is no longer required to be present in GoogleService-Info.plist when not using the Real Time Database. - Firestore: Added `Firestore::LoadBundle` to enable loading Firestore Data - Bundles to the SDK cache. `Firestore::NamedQuery` will be availabe in next - release. + Bundles into the SDK cache. `Firestore::NamedQuery` will be available in a + future release. ### 7.3.0 - Changes