thatfiredev / bluetoothingspeaker

Use an Android Things device to transform any speaker in a bluetooth speaker.
Apache License 2.0
4 stars 0 forks source link

Add firebase auth for minimal data secuity #5

Closed thatfiredev closed 5 years ago

thatfiredev commented 5 years ago

I'm adding Firebase Auth to make sure I'm the only one controlling my device. This is supposed to be a minimal layer of security. It doesn't yet allow for more users. The current database security rules only allow read/write operations if the uid of the logged user matches my uid.

The UI is also at its minimum. Some changes are in order.