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 see that in a lot of places in my code I add map operator to add the id of each document to the value of the observable (in snapshotChanges)
I wrote a few helpers to avoid dedupe in my code, and would like to add it here.
My thought is to have a valueWithIdChanges that returns an observable of the doc + id.
Any thoughts on this?
The text was updated successfully, but these errors were encountered:
I see that in a lot of places in my code I add
map
operator to add the id of each document to the value of the observable (insnapshotChanges
)I wrote a few helpers to avoid dedupe in my code, and would like to add it here.
My thought is to have a
valueWithIdChanges
that returns anobservable
of the doc + id.Any thoughts on this?
The text was updated successfully, but these errors were encountered: