Skip to content

Commit 99a3bb9

Browse files
committed
readme update
1 parent 679e48c commit 99a3bb9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ Svelte makes it possible to dramatically simplify the way developers work with F
3838

3939
1. Install Firebase `npm i firebase` v9+ and initialize it in a file like `lib/firebase.js`:
4040

41+
```
42+
npm i sveltefire firebase
43+
```
44+
4145
```ts
4246
import { initializeApp } from 'firebase/app';
4347
import { getFirestore } from 'firebase/firestore';
@@ -170,7 +174,7 @@ Technically optional, this component puts Firebase into Svelte context. This avo
170174

171175
Note: Components outside a FirebaseApp will need the auth/firestore prop, i.e `<User auth={auth}>`
172176

173-
#### User
177+
### User
174178

175179
Get the current user.
176180

0 commit comments

Comments
 (0)