Skip to content

Commit bbb8508

Browse files
nickapposva
andauthored
docs: remove redundant section (#1269)
Co-authored-by: Eduardo San Martin Morote <[email protected]>
1 parent 5b24c5f commit bbb8508

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/cookbook/subscriptions-external.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,9 @@ import { defineStore } from 'pinia'
1818

1919
export const useTodoStore = defineStore('todos', () => {
2020
const todos = useCollection(todoListRef)
21-
21+
2222
return { todos }
2323
})
2424
```
2525

2626
Note you will still have to follow the [Firebase API](https://firebase.google.com/docs/firestore/manage-data/structure-data) (e.g. `addDoc()`, `updateDoc()`, etc) to update the data.
27-
28-
## TypeScript
29-
30-
TODO: use type helper to add properties of converter

0 commit comments

Comments
 (0)