xzhang395 / Stalk-Market

find the best turnip price
Apache License 2.0
2 stars 2 forks source link

decouple user level overwrites #23

Closed chiapet92 closed 4 years ago

chiapet92 commented 4 years ago

User information should be saved on login. island preferences information should be saved on the accounts page.

Currently with the set API on Firebase, new data would overwrite the existing key-value pairs under a specific key even if there are no key overlaps.

Need to refactor the login and account code to allow the coexistance of data.

chiapet92 commented 4 years ago

Completed w/ https://github.com/xzhang395/Stalk-Market/commit/233bb004140713c93dda9ae001523bff4126d5c0