kbeelman / TokuCinema

Monster Movie Review Website
2 stars 0 forks source link

Update images #20

Closed kbeelman closed 3 years ago

kbeelman commented 6 years ago

Host all images on the Firebase storage. Create and use our own favicon.

Images to be moved to storage:

Images to be updated with larger scans:

kbeelman commented 6 years ago

BoxArt for Media, and Posters for Movies, are all being loaded from Firebase Storage. The current code implementation uses the getDownloadUrl method, which can be pretty time consuming, and results in a delay for all images to load. This method is also asynchronous, which causes problems when trying to load images into the MediaGallery.

Given these issues, I'll probably change direction and work on loading images via a URL thats stored in the Database JSON.

kbeelman commented 6 years ago

I replaced the Favicon with something temporary since the last one was pulled off of the internet, but I've asked a friend to make a better one.

kbeelman commented 3 years ago

Images are hosted on Firebase storage.