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
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>.