Open
Description
What's the problem?
It takes some time for the app to fetch images from Firebase. But it's really annoying to wait for it when launching EzNet - ALWAYS. We should cache images to fetch them only one time or after updates.
How to fix it?
We can fix it by editing Api.js
's getThumbnail
method to store/cache thumbnails in device storage. I'll get on this in the next days