Skip to content

xritzx/firebase-arduino

This branch is 2 commits ahead of, 3 commits behind FirebaseExtended/firebase-arduino:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c15abe2 · Aug 3, 2019
Nov 20, 2018
May 11, 2016
Dec 27, 2017
Apr 19, 2019
Dec 17, 2016
Jan 22, 2018
Nov 5, 2015
Nov 5, 2015
Aug 3, 2019
Jan 29, 2018
May 14, 2016

Repository files navigation

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 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. We recommend that ArduinoJson is version 5.13.5 or at least 5.13.1

  • ESP8266 Core SDK. We recommend using officially tagged releases and it should be at least 2.4.1

Disclaimer

This is not an official Google product.

About

Arduino samples for Firebase.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 90.3%
  • Makefile 9.0%
  • Other 0.7%