mardi 5 mars 2019

Best practices to store user object after authentication process

So, I found asking myself this question several times while building iOS applications. Essentially, most of the applications that I have been developing involves Firebase for data storage and maintain a shared instance to store user object [locally] upon authentication process completes.

Main concern with this process is that upon authentication process the user object contains only relative user information such as email, full name etc. But throughout other app features, the app may be required to update the user object once in a while. And, with such approach, I had always end up maintaining both parties remote & local stored user object.

Is there a proper method/practice on how to handle such problem ?

Aucun commentaire:

Enregistrer un commentaire