An ioT project that uses an Android mobile application and also an Android wear application to communicate with appliances in the home. The project is still a work in progress, especially on the hardware side of things. The software uses Firebase as a backend for communications between the NodeMCU chip and the Android application.
The Android related code can be found in the Android directory of the repository, and the microcontroller code is in the NodeMCU directory. The Firebase cloud funtion code can be found in the firebase-function directory.