CMPUT301W23T03 / IHuntWithJavalins

MIT License
0 stars 1 forks source link

US 09.01.01 As an owner, I don’t want to store big images online. #26

Open TannerLH opened 1 year ago

TannerLH commented 1 year ago

As an owner, I don’t want to store big images online.

Acceptance Criteria

hobranan commented 1 year ago

Does firebase include an image compression feature or format conversion (to smaller format) feature? We need to consider ways we upload photos to firebase (like, are we reducing to photo to smaller size with an acceptable resolution?, etc)

amoghmpanhale commented 1 year ago

While I do not see anything about native compression, I'm sure we can consider intuitive methods of efficient data compression via third party dependencies or image resizing.

hobranan commented 1 year ago

Photo capturing algorithm will compress the jpeg photos before uploading to firebase storage (avg size is 34kb, not much in my opinion).