I need to save settings for each user on my application. I tried to use the user as a parent of my settings object, but I cannot do this since users do not have keys. I then created an instance in my settings object that has a reference to user property, but in the docs it says UserProperty is unstable if the user changes their email address. I then decided to save the user_id in a StringProperty() but if the user logs in with OpenId, the user_id element is None.
Is there a way to tie the user settings to the user object that works for both google accounts and open_id accounts? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/TXtNqD26KaYJ. 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?hl=en.
