Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

How to update user object in meteor ddp client? #77

Open
zahedul opened this issue Sep 25, 2016 · 0 comments
Open

How to update user object in meteor ddp client? #77

zahedul opened this issue Sep 25, 2016 · 0 comments

Comments

@zahedul
Copy link

zahedul commented Sep 25, 2016

Hi, In my upper example we are successful to login in server. But In client side user object do not update. If I'm not wrong, following code store login user information.

self.userData.setObject(id, forKey: DDP_ID)
self.userData.setObject(token, forKey: DDP_TOKEN)
self.userData.setObject(expiration, forKey: DDP_TOKEN_EXPIRES)
self.userData.synchronize()

Now I need to update login user object in client side. Will you please help me to do that .

thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant