This repo contains a collection of samples and an Arduino library that show how to call the Firebase API from the ESP8266 Arduino core.
The Arduino library is under heavy development, experimental, unversioned and its API is not stable.
- FirebaseDemo - shows the FirebaseArduino API methods.
- FirebaseRoom - shows how to push sensor data and trigger actuator from Firebase.
- FirebaseStream - shows the FirebaseArduino streaming API.
- FirebaseNeoPixel - shows how to control an array of LEDs from a Firebase web app.
- FirebaseArduino now depends on ArduinoJson library instead of containing it's own version of it. Please either use Library Manager or download specific version of the library from github.
This is not an official Google product.