Hello.
What is best practice to have information about logged-in user in each ViewController ?
Do i have to call findCurrentUserWithSuccess each time or is there something like shared instance of logged-in user? Or must i implement my own disk cache logic?
@hideya can you help me?
Hello.
What is best practice to have information about logged-in user in each ViewController ?
Do i have to call
findCurrentUserWithSuccesseach time or is there something like shared instance of logged-in user? Or must i implement my own disk cache logic?@hideya can you help me?