This repository was archived by the owner on Mar 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
examples/FirebaseNeoPixel_ESP8266 Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -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.
Original file line number Diff line number Diff line change 23
23
</ head >
24
24
< script >
25
25
// NOTICE: Retrieve these values from the Firebase console to run the sample.
26
- var firebaseDb = 'yourproject .firebaseio.com' ;
27
- var firebaseAuthDomain = 'yourproject .firebaseapp.com' ;
28
- var firebaseApiKey = 'your_api_key ' ;
26
+ var firebaseDb = 'example .firebaseio.com' ;
27
+ var firebaseAuthDomain = 'example .firebaseapp.com' ;
28
+ var firebaseApiKey = 'token_or_secret ' ;
29
29
</ script >
30
30
< body >
31
31
< h2 > Paint Demo</ h3 >
You can’t perform that action at this time.
0 commit comments