8000 Merge pull request #42 from simonsongirang/master · cloudwizard/quickstart-js@ff6a786 · GitHub
[go: up one dir, main page]

Skip to content

Commit ff6a786

Browse files
Merge pull request firebase#42 from simonsongirang/master
dh-- University of Waterloo Updated README's for JS
2 parents 7d6201f + bdc65b9 commit ff6a786

File tree

8 files changed

+14
-6
lines changed

8 files changed

+14
-6
lines changed

database/README.md

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

1616
- Create your project on the [Firebase Console](https://console.firebase.google.com).
17-
- Copy the initialization snippet into the index.html file by clicking the red HTML
18-
logo at the top right of the page with the caption "Add Firebase to your web app". The snippet which appears should be placed in the `<head>` section of `index.html`.
17+
- 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")
19+
- Copy the initialization snippet into the index.html file by clicking the red HTML.
20+
![Alt text](/database/pics/snippet.png?raw=true "Snippet")
21+
- The snippet should be placed in the `<head>` section of `index.html`.
1922
- Enable Google auth in the **Auth > SIGN IN METHOD** tab.
23+
![Alt text](/database/pics/enable.png?raw=true "Enable google auth")
2024
- Run `firebase serve` using the Firebase CLI tool to launch a local server.
2125

2226
Support
2327
-------
2428

25-
https://firebase.google.com/support/
29+
- [Firebase Support](https://firebase.google.com/support/)
2630

2731
License
2832
-------

database/pics/enable.png

62.5 KB
Loading

database/pics/redcircle.png

31.7 KB
Loading

database/pics/snippet.png

49.7 KB
Loading

storage/README.md

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

1414
- Create your project on the [Firebase Console](https://console.firebase.google.com).
15-
- Copy the initialization snippet into the index.html file by clicking the red HTML
16-
logo at the top right of the page with the caption "Add Firebase to your web app". The snippet which appears should be placed in the `<head>` section of `index.html`.
15+
- 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")
17+
- Copy the initialization snippet into the index.html file by clicking the red HTML.
18+
![Alt text](/storage/pics/snippet.png?raw=true "Snippet")
19+
- The snippet which appears should be placed in the `<head>` section of `index.html`.
1720
- Enable Anonymous auth in the **Auth > SIGN IN METHOD** tab.
21+
![Alt text](/storage/pics/enable.png?raw=true "Enable auth")
1822
- Run `firebase serve` using the Firebase CLI tool to launch a local server.
1923

2024
Support
2125
-------
2226

23-
https://firebase.google.com/support/
27+
- [Firebase Support](https://firebase.google.com/support/)
2428

2529
License
2630
-------

storage/pics/enable.png

53.9 KB
Loading

storage/pics/redcircle.png

31.7 KB
Loading

storage/pics/snippet.png

49.7 KB
Loading

0 commit comments

Comments
 (0)
0