Unfortunately no. I recommend never storing a UserProperty in the 
datastore. Instead, record the user_id and also you may wish to save the 
last email address/nickname/etc information you have seen for the user.

You may be interested in https://developers.google.com/+/features/sign-in 
although this is independent of the Users API.

On Thursday, July 25, 2013 6:06:50 AM UTC-7, Aidan Mack wrote:
>
> Hi,
>
> If I save details to the datastore with something like....
>
>
> User user = userService.getCurrentUser();
> Entity greeting = new Entity("Greeting", guestbookKey);
> greeting.setProperty("user", user);
>
>
> That user then changers their nickname,
>
> I then query the datastore for that greeting entity.
>
> I then display properties from the user object I saved will those details 
> be up to date? so will it now show the users new nickname?
>
>
> If not can I save the userID and then is their an api to get user details 
> based on an ID?
>
> Thanks
> Aidan
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to