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 @@ -13,12 +13,12 @@ Getting Started
13
13
14
14
- Create your project on the [ Firebase Console] ( https://console.firebase.google.com ) .
15
15
- 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 ")
17
17
- 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 ")
19
19
- The snippet which appears should be placed in the ` <head> ` section of ` index.html ` .
20
20
- 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 ")
22
22
- Run ` firebase serve ` using the Firebase CLI tool to launch a local server.
23
23
24
24
Support
You can’t perform that action at this time.
0 commit comments