Closed
Description
AngularFire:
5.0.0-rc.3
If the document does not exist, this line returns action.payload.data() : null
, which is in turn casted to T
, dropping the null
case. Seems like the return type for valueChanges()
should be Observable<T|null>
.
Metadata
Metadata
Assignees
Labels
No labels