We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbbafbd commit 960dd59Copy full SHA for 960dd59
README.md
@@ -56,7 +56,7 @@ export class AppComponent {
56
57
constructor() {
58
const itemCollection = collection(this.firestore, 'items');
59
- this.item$ = collectionData(collection);
+ this.item$ = collectionData(itemCollection);
60
}
61
62
```
0 commit comments