Skip to content

Commit 05c6f3c

Browse files
authored
docs: remove redundant code block from docs (#1383)
1 parent d8a7bc1 commit 05c6f3c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: docs/guide/firebase-composables.md

-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ const storage = useFirebaseStorage()
2222

2323
As [all composables](https://vuejs.org/guide/reusability/composables.html), these must be called within the _setup_ of a component. However, you can call these specific Firebase Services composables anywhere in your application as long as you pass the **Firebase App name as the parameter**.
2424

25-
```ts
26-
27-
```
28-
2925
::: tip
3026
The Firebase Name parameter is only needed when using the composable outside of _setup_ and one of these condition are met:
3127

0 commit comments

Comments
 (0)