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
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,12 +43,17 @@ Handle multiple levels of async relational data (and their loading & fallback st
43
43
44
44
## Quick Start
45
45
46
+
Create a Svelte App and install Firebase.
47
+
46
48
```bash
49
+
npx degit sveltejs/template fireapp
50
+
cd fireapp
51
+
47
52
npm install sveltefire firebase
48
53
```
49
54
50
55
51
-
Create a web app from the [Firebase Console](https://console.firebase.google.com/) and grab your credentials. Enable **Anonymous Login** and create a **Firestore** database instance in test mode.
56
+
Create a web app from the [Firebase Console](https://console.firebase.google.com/) and grab your project config. Enable **Anonymous Login** and create a **Firestore** database instance in test mode.
52
57
53
58
54
59
Initialize the Firebase app in the `App.svelte` file.
0 commit comments