8000 fixed screenshot path for storage · rasata/quickstart-js@bdc65b9 · GitHub
[go: up one dir, main page]

Skip to content

Commit bdc65b9

Browse files
fixed screenshot path for storage
1 parent c67638d commit bdc65b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

storage/README.md

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

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

2424
Support

0 commit comments

Comments
 (0)
0