You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using angularfire on a project and I've tried to use collectionGroup.valueChanges({ idField: 'docId' }) to retrieve a collection group with the document ids mapped to the docId property as I saw in the docs. When I tried this, TS complained that the valueChanges function does not expect any arguments, so I took a quick look at the source and found out that the implementation is missing.
I'll be providing a PR with the implementation of this shortly.
The text was updated successfully, but these errors were encountered:
Version info
Angular: 9.1.6
Firebase: 7.15.0
AngularFire: 6.02
Hi!
I'm using angularfire on a project and I've tried to use
collectionGroup.valueChanges({ idField: 'docId' })
to retrieve a collection group with the document ids mapped to thedocId
property as I saw in the docs. When I tried this, TS complained that thevalueChanges
function does not expect any arguments, so I took a quick look at the source and found out that the implementation is missing.I'll be providing a PR with the implementation of this shortly.
The text was updated successfully, but these errors were encountered: