PostgreSQL

FireBase
[
{
user: "lucidmach"
password: "0xasdfghjkl" // hashed
dustbins: [
{
id: "asdfghjkl"
location: "home point" // home point / travelling / collection point
full: "34" // in percent
battery: "75" // in percent (or) charging
}
]
},
{
user: "azazel"
password: "0xlkjhgfdsa" // hashed
dustbins: [
{
id: "lkjhgfdsa"
location: "collection point" // home point / travelling / collection point
full: "0" // in percent
battery: "15" // in percent (or) charging
},
{
id: "lkjhgfdsa"
location: "travelling" // home point / travelling / collection point
full: "100" // in percent
battery: "25" // in percent (or) charging
}
]
}
]