Skip to content

Commit 10f7690

Browse files
committed
2 parents 355e720 + b330d38 commit 10f7690

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,18 @@ cd fireapp
5050
npm install
5151
```
5252

53+
or install from NPM:
54+
55+
````sh
56+
npm install sveltefire
57+
````
58+
59+
And do not forget to install firebase dependencies
60+
```sh
61+
npm install firebase
62+
```
63+
Please read the [Installation guide](https://github.com/codediodeio/sveltefire/blob/master/docs/install.md) for any frequenty encountered issues when integrating in a svelte project.
64+
5365
Create a project at https://firebase.google.com/ and grab your web config:
5466

5567
![firebase config](https://firebasestorage.googleapis.com/v0/b/firestarter-96e46.appspot.com/o/project-config.PNG?alt=media&token=5eabb205-7ba2-4fc3-905f-e9547055e754)

0 commit comments

Comments
 (0)