How to properly organize Firebase Database structure?

Structuring your Firebase Database is one of the first things that you will need to do before implementation of your app. You can do it in two ways: so bad or so good ;) I mean JSON tree with many levels or flat data structure as much as possible. It takes a moment to ponder, […]