You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,18 @@ cd fireapp
50
50
npm install
51
51
```
52
52
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
+
53
65
Create a project at https://firebase.google.com/ and grab your web config:
0 commit comments