eugrro / klip

An social application to share gaming clips and other related content, interact with communities and grow an audience.
2 stars 0 forks source link

Load users profile pic from storage #38

Open TLSE30 opened 3 years ago

TLSE30 commented 3 years ago

Instead of loading the users profile pic from the server constantly, we should store the picture locally as well as on the server. It should get updated any time the users updates the profile pic. Then in the app it should pull from the local storage when the picture is needed instead of querying to the server.