8000 Fixing path · rasata/quickstart-js@561d6a1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 561d6a1

Browse files
Fixing path
1 parent 7597bf0 commit 561d6a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

database/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ Getting Started
1515

1616
- Create your project on the [Firebase Console](https://console.firebase.google.com).
1717
- From your Firebase project console, click on red circle button with the caption "Add Firebase to your web app".
18-
![Alt text](/pics/redcircle.png?raw=true "Red Circle")
18+
![Alt text](/database/pics/redcircle.png?raw=true "Red Circle")
1919
- Copy the initialization snippet into the index.html file by clicking the red HTML.
20-
![Alt text](/pics/snippet.png?raw=true "Snippet")
20+
![Alt text](/database/pics/snippet.png?raw=true "Snippet")
2121
- The snippet should be placed in the `<head>` section of `index.html`.
2222
- Enable auth in the **Auth > SIGN IN METHOD** tab.
23-
![Alt text](/pics/enable.png?raw=true "Enable auth")
23+
![Alt text](/database/pics/enable.png?raw=true "Enable auth")
2424
- Run `firebase serve` using the Firebase CLI tool to launch a local server.
2525

2626
Support

0 commit comments

Comments
 (0)
0