Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Latest commit

 

History

History
32 lines (20 loc) · 2.05 KB

README.md

File metadata and controls

32 lines (20 loc) · 2.05 KB

FirebaseArduino

Build Status Join the chat at https://gitter.im/googlesamples/firebase-arduino Documentation Status

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.

Samples

  • 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.

Documentation

Dependencies

FirebaseArduino depends on the following libraries:

Please either use Library Manager or download specific version of the library from github.

Disclaimer

This is not an official Google product.