10000 Updating README · cloudwizard/quickstart-js@7597bf0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7597bf0

Browse files
Updating README
1 parent b77e8ec commit 7597bf0

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

database/README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,13 @@ 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`.
19-
- Enable Google auth in the **Auth > SIGN IN METHOD** tab.
17+
- 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")
19+
- Copy the initialization snippet into the index.html file by clicking the red HTML.
20+
![Alt text](/pics/snippet.png?raw=true "Snippet")
21+
- The snippet should be placed in the `<head>` section of `index.html`.
22+
- Enable auth in the **Auth > SIGN IN METHOD** tab.
23+
![Alt text](/pics/enable.png?raw=true "Enable auth")
2024
- Run `firebase serve` using the Firebase CLI tool to launch a local server.
2125

2226
Support

database/pics/enable.png

44.2 KB
Loading

database/pics/redcircle.png

31.7 KB
Loading

database/pics/snippet.png

49.7 KB
Loading

0 commit comments

Comments
 (0)
0