NOTE - connected to hardware via firebase
- See hardware-dustbin
- add constant.js with this format to root
import firebase from "firebase";
// add config from firebase web project
var config = {
...
};
firebase.initializeApp(config);
export const IOTref = firebase.database().ref("/IOT");