Skip to content

"2. Documents in AngularFirestore" needs an undefined #3201

Open
@tdkehoe

Description

@tdkehoe

In

https://github.com/angular/angularfire/blob/master/docs/firestore/documents.md

line 17 is:

item: Observable<Item>;

should be

item: Observable<Item | undefined>;

Everything else works perfectly. Thanks!

Version info

Angular:

Firebase:

AngularFire:

Other (e.g. Ionic/Cordova, Node, browser, operating system):

How to reproduce these conditions

Failing test unit, Stackblitz demonstrating the problem

Steps to set up and reproduce

Sample data and security rules

Debug output

** Errors in the JavaScript console **

** Output from firebase.database().enableLogging(true); **

** Screenshots **

Expected behavior

Actual behavior

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions