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 8bf386e commit b5e5337Copy full SHA for b5e5337
1 file changed
README.md
@@ -58,7 +58,7 @@ interface Item {
58
export class AppComponent {
59
firestore = inject(Firestore);
60
itemCollection = collection(this.firestore, 'items');
61
- item$ = collectionData<Item>(itemCollection);
+ item$ = collectionData<Item>(this.itemCollection);
62
}
63
```
64
0 commit comments