I'm trying to store data on a Firebase Database, but I'm worried about running out of space on my current storage plan. Is there a relatively easy way I could compress my data before uploading it to the Database, and then uncompress afterward?
This data would be simple: Strings, Integers, and maybe Doubles. (Using Firebase's JSON style format)