-
Notifications
You must be signed in to change notification settings - Fork 124
Add changelog entry for firestore::LoadBundle() #465
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please unrevert the removal of NamedQuery
.
release_build_files/readme.md
Outdated
@@ -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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: s/availabe/available/
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
release_build_files/readme.md
Outdated
@@ -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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: add the
(in the next release
).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On a second thought, how about a future release
, just in case we run into any trouble?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
release_build_files/readme.md
Outdated
@@ -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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, I think it should be s/to/into/
(i.e., loading... into the cache
). @jonsimantov Jon, which one looks better to you?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
into
is better, IMO.
a363854
to
9aa4725
Compare
@wu-hui Approved, but please check with @jonsimantov Jon that these notes should be under the |
No description provided.