Compressing Text

We can all compress image
There are some methods, some extensions to simplify further

I have long texts in my firebase database which can take some time to arrive because it is very large. I may reach the 2GB storage limit at some time in the future

So, How can we compress text easily and decompress it at the app?

1 Like

This post was flagged by the community and is temporarily hidden.

1 Like

Try to encode text and then decode the text in app.

2 Likes

Name the values a particular name and use the code -
when screen initialize
if the value = any name
call this value(text) from the firebase
Name the tag as the name

2 Likes

Will try these tommorrow

Thanks

1 Like