@@ -30,10 +30,13 @@ sensor data to Firebase, and trigger actuators from Firebase.
30
30
1 . Click` Firebase Secrets > Show `
31
31
1 . Copy the` Firebase Secret `
32
32
1 . 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 `
37
40
1 . Click` Sketch > Upload `
38
41
39
42
##Play
@@ -50,9 +53,10 @@ sensor data to Firebase, and trigger actuators from Firebase.
50
53
##Homeworks
51
54
52
55
- Build a[ Firebase web app] ( https://www.firebase.com/docs/web/ ) that interacts with the room.
56
+ - Add Grove modules to modules interactions.
53
57
- Connect other Grove modules to the room and submit new[ PRs] ( https://github.com/googlesamples/firebase-arduino/pulls )
54
58
- Reduce the number of Firebase API calls using` FirebaseObject ` or` FirebaseStream ` .
55
59
- 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)
57
61
- Report[ bugs] ( https://github.com/googlesamples/firebase-arduino/issues/new )
58
62
- [ Fork] ( https://github.com/googlesamples/firebase-arduino#fork-destination-box ) and[ contribute] ( https://github.com/googlesamples/firebase-arduino/blob/master/CONTRIBUTING.md )