|
1 | 1 | #firebase-arduino
|
2 | 2 |
|
| 3 | +[](https://travis-ci.org/googlesamples/firebase-arduino) |
3 | 4 | [](https://gitter.im/googlesamples/firebase-arduino?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
4 | 5 |
|
5 | 6 | This sample shows how to call[Firebase](https://www.firebase.com/) from the[ESP8266 Arduino core](https://github.com/esp8266/Arduino).
|
6 | 7 |
|
7 | 8 | ##Requirements
|
8 | 9 |
|
9 | 10 | - 1[ESP8266 Arduino board](https://www.adafruit.com/products/2821).
|
10 |
| --[Arduino 1.6.7](https://www.arduino.cc/en/Main/Software) |
11 |
| --[ESP8266 Arduino board definition](https://github.com/esp8266/Arduino#installing-with-boards-manager) |
| 11 | +-[Arduino 1.6.8](https://www.arduino.cc/en/Main/Software) |
| 12 | +-[stableESP8266 Arduino board definition](https://github.com/esp8266/Arduino#installing-with-boards-manager) |
12 | 13 |
|
13 | 14 | ##Setup
|
14 | 15 |
|
15 | 16 | - Clone the repo in your Arduino libraries directory.
|
16 |
| -- open the`FirebasePush_ESP8266` example. |
17 |
| -- Replace`SSID``PASSWORD``example.firebaseio.com``secret_or_token``child_node`placeholders. |
| 17 | +- open the`FirebaseDemo_ESP8266` example. |
| 18 | +- Replace`SSID``PASSWORD``example.firebaseio.com``secret_or_token` placeholders. |
18 | 19 |
|
19 | 20 | ##Run
|
20 | 21 |
|
21 |
| -- Open firebase dashboard. |
| 22 | +- Open firebase dashboard on your database |
22 | 23 | - Power up the arduino board.
|
23 |
| -- Notice the new entry. |
| 24 | +- Notice the changes being bad every seconds. |
| 25 | + |
| 26 | +##Disclaimer |
24 | 27 |
|
25 | 28 | *This is not an official Google product*.
|