Hello, I need to store per-user information into the datastore. I am using user services to obtain user information.
UserService us = UserServiceFactory.getUserService(); User user = us.getCurrentUser(); I see that User class has two methods to obtain id information, getFederatedIdentity() and getUserId(). Which of these two can be used as the primary key for storing per-user information. Thank you in advance for your help. Regards, Peter -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
