sst-product-team / attendance-app

Scaler School of Technology Application
Apache License 2.0
2 stars 5 forks source link

Feat: Store logged in user info in async store #6

Open Diwakar-Gupta opened 9 months ago

Diwakar-Gupta commented 9 months ago

Currently, users have to log in every time they open the app. This proposal suggests storing the logged-in user's information in async-storage so that the next time, we can retrieve the user info from the storage instead of initiating the Google login process again.

benodiwal commented 8 months ago

i want to work on this issue !

skushagra commented 8 months ago

Every time we release a new version for download, a download update button shows up in the login page. The enhancement should take care of this and possibly load the login page every time there is an update for manual install.