In the first part of the video I program a NodeMCU to control an LED by manually changing values in Firebase (DBaS). In the later half of the video (6:22) I create my own web interface to control firebase using html, css and jQuery.
My linkedIn: / thomas-smith-456796b7
Things you will need to have done:
Setup esp core through the boards manager. Follow this link for instructions and DL here:
https://github.com/esp8266/Arduino
Download the Firebase for Arduino repo and unzip in "libraries" in the Arduino folder. Instructions and DL here:
https://github.com/firebase/firebase-...
You can use any text editor you want. I recommend Atom and using the "atom-live-server" package:
https://atom.io/
Source Code:
(Arduino) You'll need to create your own project and copy the contents of this file into it:
https://github.com/TS22082/Firebase_t...
(WebApp) Download these files and fill in your own firebase config info:
https://github.com/TS22082/webApp-to-...