Firebase: Realtime Database - extreme data usage
So we're working with the Firebase Realtime Database and have encountered some issues regarding the data usage. Currently the total database data comes to a clean 4MB and all we're really GET'ing with every single call made to the RTDB is a single boolean and then a set of 2 strings, basically.
Structure is similar to this:
- Root >
------ child 1 >
------- child 1.2 >
-------- child 1.3 >
--------- value : true
------ child 2 >
------- child 2.1 >
-------- child 2.2 >
---------...