@@ -31,9 +31,12 @@ FirebaseNeoPixel is a sample that shows how to set pixel data from Firebase web
31311 . Copy the` Firebase Secret `
32321 . Start Arduino
33331 . Click` File > Examples > FirebaseArduino > FirebaseRoom_ESP8266 `
34- 1 . Replace` SSID ` and` PASSWORD ` with WiFi credentials
35- 1 . Replace` example.firebaseio.com ` with the` Firebase Hostname ` from step` 2. `
36- 1 . Replace` secret_or_token ` with` Firebase Secret ` from step` 5. `
34+ 1 . Replace` WIFI_SSID ` and` WIFI_PASSWORD ` with WiFi credentials
35+ 1 . Replace` FIREBASE_HOST ` with the` Firebase Hostname ` from step` 2. `
36+ 1 . Replace` FIREBASE_AUTH ` with` Firebase Secret ` from step` 5. `
37+ 1 . Select the board` Board > ESP8266 Modules > NodeMCU 1.0 `
38+ 1 . Select the serial port` Port > /dev/tty... `
39+ 1 . Select the upload speed` Upload Speed > 115200 `
37401 . Click` Sketch > Upload `
38411 . Open` public/index.html ` with a text editor
39421 . Replace` example.firebaseio.com ` with the` Firebase Hostname ` from step` 2. `