Backend part of Intelligent house application
This repository contains back-end parts for my Intelligent house Android app. It consists of three main parts:
- Raspberry scripts: these scripts run automatically on Raspberry Pi and send data periodically to Firebase DB
- Firebase functions: these triggered functions handle:
- adding timestamps to data, which come to DB
- removes old data, if necessary
- send notifications to devices in special cases
- AWS cron service: perform health-checks by calling Firebase periodically