angular / angularfire Public
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
feat(firestore): options to include document ID on valueChanges() #2113
feat(firestore): options to include document ID on valueChanges() #2113
Conversation
|
This is very important feature, thank you |
|
I think this does not work if you call it on a collection instead of a document |
|
This is what I had to do to make it work on a collection. Perhaps there is better way, but this is my first week with rxjs: |
Are there any updates to this PR? It's been a while since release 5.3. |
|
Whoops, meant to get this into 5.3 but working on 6 ate up all my time. Will get this into 6.1. |
|
Can this be added to 6.0.4? |
|
New API so had to wait for a minor, will aim to get this in today for |

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

Checklist
yarn install,yarn testrun successfully? YesDescription
Continuation of #1976 - added
idFieldoption fordocument.valuChanges()to include the document ID on the emitted data payload. Updated documentation for this one and added some missing changes from the previous PR.Code sample