@@ -30,10 +30,13 @@ sensor data to Firebase, and trigger actuators from Firebase.
30301 . Click` Firebase Secrets > Show `
31311 . Copy the` Firebase Secret `
32321 . Start Arduino
33- 1 . 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. `
33+ 1 . Open` File > Examples > FirebaseArduino > FirebaseRoom_ESP8266 `
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 `
3841
3942##Play
@@ -50,9 +53,10 @@ sensor data to Firebase, and trigger actuators from Firebase.
5053##Homeworks
5154
5255- Build a[ Firebase web app] ( https://www.firebase.com/docs/web/ ) that interacts with the room.
56+ - Add Grove modules to modules interactions.
5357- Connect other Grove modules to the room and submit new[ PRs] ( https://github.com/googlesamples/firebase-arduino/pulls )
5458- Reduce the number of Firebase API calls using` FirebaseObject ` or` FirebaseStream ` .
5559- Watch or star the[ GitHub repo repo] ( https://github.com/googlesamples/firebase-arduino )
56- - Give[ feedback] ( gitter.im/googlesamples/firebase-arduino )
60+ - Give[ feedback] ( https:// gitter.im/googlesamples/firebase-arduino)
5761- Report[ bugs] ( https://github.com/googlesamples/firebase-arduino/issues/new )
5862- [ Fork] ( https://github.com/googlesamples/firebase-arduino#fork-destination-box ) and[ contribute] ( https://github.com/googlesamples/firebase-arduino/blob/master/CONTRIBUTING.md )