-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Update docs to reflect field paths separated by '.' #629
Conversation
/// | ||
/// The [field] may consist of a single field name (referring to a top level | ||
/// field in the document), or a series of field names seperated by | ||
/// forward-slashes '.' (referring to a nested field in the document). |
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.
I assume you mean separated by dots
?
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.
Corrected.
Thanks @kroikie that was embarrassing. Correction commited. Just waiting on the checks. |
@slightfoot Thanks for this PR, could you also bump the version number then update the CHANGELOG so I can publish it and get the updated docs into our generated documentation. |
@kroikie version bumped to v0.7.4 and CHANGELOG updated. Just waiting on checks. Cheers. |
@kroikie Can you see why the tests are failing? |
@slightfoot would you please rebase this PR, tests should pass then. |
6fff8fd
to
2267538
Compare
@kroikie Squashed and rebased onto master. I've removed the changelog as it conflicted and it's such a minor change it can go in any reason without specific changelog entry. |
@slightfoot sorry there seems to still be some formatting issues. Could you resolve those then I'll merge? |
@kroikie The formatting changes that are an issue are not from my commits. Someone else has merged without dartfmt on master before my commits. What do you want to do?
|
@slightfoot You are correct, the formatting issues are not on your end at all. Once you rebase those changes should no longer be part of your PR. |
2267538
to
4c64adf
Compare
@kroikie rebased. |
Firestore doc update.
No description provided.