Skip to content

Commit a8b5550

Browse files
committed
doc: update quickstart
1 parent 7e06fb8 commit a8b5550

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,17 @@ Handle multiple levels of async relational data (and their loading & fallback st
4343

4444
## Quick Start
4545

46+
Create a Svelte App and install Firebase.
47+
4648
```bash
49+
npx degit sveltejs/template fireapp
50+
cd fireapp
51+
4752
npm install sveltefire firebase
4853
```
4954

5055

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.
5257

5358

5459
Initialize the Firebase app in the `App.svelte` file.

0 commit comments

Comments
 (0)