Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tdkehoe opened this issue Mar 31, 2022 · 0 comments
Open

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

tdkehoe opened this issue Mar 31, 2022 · 0 comments

Comments

@tdkehoe
Copy link

tdkehoe commented Mar 31, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant