Skip to content

Commit

Permalink
Update realtime-data.md (#1543)
Browse files Browse the repository at this point in the history
add missing import
  • Loading branch information
Ethanjfobrien authored Jun 9, 2024
1 parent 5abeb4b commit d538f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/realtime-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Use the `useCollection()`, `useDatabaseList()`, `useDocument()`, and `useDatabas

```vue
<script setup>
import { useDatabaseList } from 'vuefire'
import { useDatabaseList, useDatabaseObject } from 'vuefire'
import { ref as dbRef } from 'firebase/database'
const todos = useDatabaseList(dbRef(db, 'todos'))
Expand Down

0 comments on commit d538f8c

Please sign in to comment.