File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ Getting Started
15
15
16
16
- Create your project on the [ Firebase Console]
8383
span>( https://console.firebase.google.com ) .
17
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 ")
18
+ ![ Alt text] ( /database/ pics/redcircle.png?raw=true " Red Circle ")
19
19
- 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 ")
21
21
- The snippet should be placed in the ` <head> ` section of ` index.html ` .
22
22
- 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 ")
24
24
- Run ` firebase serve ` using the Firebase CLI tool to launch a local server.
25
25
26
26
Support
You can’t perform that action at this time.
0 commit comments