i have an android app which uses data stored in an google appengines datastore. Every user has his own data. Im searching for a good way to use a google account for authentication and as a primary key in the database.
Can i use the AuthToken generated by the AccountManager? What is the best way to do this?
Thx a lot, Ray