I have 10,000 full sized images so each image is about 4MB.
I want to display images in android app by using firebase storage
and database
and recyclerview
.
My question is
Case 1. Do I have to save reduced sized images in firebase storage?
Case 2. Do I just save original big sized images in firebase storage and loading low quality small sized images?
I have already implemented the Case 1 with Glide. This is not a problem. What about Case 2? Does it work?