@@ -40,8 +40,8 @@ FirebaseNeoPixel is a sample that shows how to set pixel data from a Firebase we
40
40
1 . Select the upload speed` Upload Speed > 115200 `
41
41
1 . Click` Sketch > Upload `
42
42
1 . Open` public/index.html ` with a text editor
43
- 1 . Replace` yourproject .firebaseio.com` with the` Firebase Hostname ` used for configuring the Arduino project.
44
- 1 . Replace` yourproject .firebaseapp.com` with the` Firebase Domain ` from hosting tab of the Firebase Console.
43
+ 1 . Replace` example .firebaseio.com` with the` Firebase Hostname ` used for configuring the Arduino project.
44
+ 1 . Replace` example .firebaseapp.com` with the` Firebase Domain ` from hosting tab of the Firebase Console.
45
45
1 . Replace` secret_or_token ` with the` Firebase Secret ` used to configure the Arduino project.
46
46
1 . Deploy the` public ` directory to Firebase hosting
47
47
```
@@ -54,7 +54,7 @@ firebase deploy
54
54
55
55
##Play
56
56
57
- 1 . Go to the firebase hosting URL:` yourproject .firebaseapp.com` .
57
+ 1 . Go to the firebase hosting URL:` example .firebaseapp.com` .
58
58
1 . Initialize the pixel data by copying / pasting example pixel data from the page and clicking** Update** .
59
59
1 . Use the color picker and paint the NeoPixel table.
60
60
1 . Watch the NeoPixel being updated to the matching color.