CMPUT301F23T26 / AuroraSheet

the course project. details to be added later
0 stars 1 forks source link

Firebase support for image #63

Closed Jeycanate closed 10 months ago

Jeycanate commented 10 months ago

Image storage is implemented with these attributes in Item class:

An image is loaded to a local path that is constant to the software whenever added or deleted This poses the need to check if actions will result in an add or delete in Firebase image storage, and all the items with images should be loaded at the start of main. (Having a default image could be helpful, too. I'll see if I can draw one)