SuneJepsen / iotproject-web

0 stars 0 forks source link

Define Database structure and Setup Firebase #1

Open anna0207 opened 6 years ago

anna0207 commented 6 years ago

Define a structure of storing raw data and processed data in Firebase, which is also effective for retrieval in real-time. Also consider how dynamic adding and removing new sensor data should be done.

Setup firebase and implement an example structure to be followed by Arduino project and MVC project

Links: https://firebase.google.com/docs/database/

SuneJepsen commented 6 years ago

@anna0207 @Spiderixius ive created multiple database structures to achieve better scalability and extensibility. Please have a look at the code and then I can explained it afterwards.