8000 Merge pull request #119 from spencermathews/fix-image-links · mlchiang/quickstart-js@3eb38cc · GitHub
[go: up one dir, main page]

Skip to content

Commit 3eb38cc

Browse files
author
Matt Gaunt
authored
Merge pull request firebase#119 from spencermathews/fix-image-links
Fix image links to be relative
2 parents 0219a88 + 7cddc12 commit 3eb38cc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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](/database/pics/redcircle.png?raw=true "Red Circle")
18+
![Alt text](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](/database/pics/snippet.png?raw=true "Snippet")
20+
![Alt text](pics/snippet.png?raw=true "Snippet")
2121
- The snippet should be placed in the `<head>` section of `index.html`.
2222
- Enable Google auth in the **Auth > SIGN IN METHOD** tab.
23-
![Alt text](/database/pics/enable.png?raw=true "Enable google auth")
23+
![Alt text](pics/enable.png?raw=true "Enable google auth")
2424
- Run `firebase serve` using the Firebase CLI tool to launch a local server.
2525

2626
Support

storage/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ 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](/storage/pics/redcircle.png?raw=true "Red Circle")
16+
![Alt text](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](/storage/pics/snippet.png?raw=true "Snippet")
18+
![Alt text](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.
2121
![Alt text](/storage/pics/enable.png?raw=true "Enable auth")

0 commit comments

Comments
 (0)
0