JakeHam / TheVirtualCloset

Development of The Virtual Closet
0 stars 0 forks source link

Outfits not saved (Not retrieved after logout->login) #36

Closed AlecMoran closed 7 years ago

AlecMoran commented 7 years ago

Summary: Outfits not saved (Not retrieved after logout->login)

Severity: Blocker

Description: After creating any number of outfits, then "logging out", then fully closing the app, and then "logging in" to the same account, none of the previously-created outfits appear in the Outfits page. At first glance, I would assume that outfits are not actually being stored via Firebase, and instead only exist during the current app session. If the user creates outfits, then logs out, and then logs back in again without closing the app, the outfits do appear, which further indicates that data in this app are only being stored in variables that obviously disappear when the current session ends. This seems to relate to issue #26, which points out the possibility that the "log out" button does not actually log out the user, but just switches to the log in screen without doing any credential work. Perhaps, to the developers, it appeared that data was being retrieved on log-out, when in fact there was no logging-out happening at all. The below screenshot was taken from the same account that I had previously added outfits to, which I show in previous reports.

It is worth noting that Clothing Items do appear to be successfully stored in Firebase, as they are being retrieved and shown in their respective My Closet pages after restarting the app. Not sure if the images for these items are being stored, however, as I cannot view them anywhere in the app.

file_000 7