Thomas David Kehoe

Results 5 comments of Thomas David Kehoe

I also got those two errors. In the page https://github.com/angular/angularfire under "Example use," this code ``` const collection = collection(firestore, 'items'); this.item$ = collectionData(collection); ``` throws this error ``` 'collection'...

[https://www.typescriptlang.org/docs/handbook/2/classes.html#public](https://www.typescriptlang.org/docs/handbook/2/classes.html#public) "Because `public` is already the default visibility modifier, you don’t ever need to write it on a class member, but might choose to do so for style/readability reasons."

Your code breaks my auth service. ```js export class HeaderComponent { auth: AngularFireAuth; constructor( auth: AngularFireAuth,

Also, a sentence doesn't seem grammatical: ``` Notice that calling httpsCallable() does not initiate the request. It creates a function, which when called creates an Observable, subscribe or convert it...

Why is `rxfire` trying to use Firestore Lite? I never imported anything from `firebase/firestore/lite`.