python - How to get google ID from email -
i'm using google id datastore id user objects.
sometimes want find user email. gmail address can appear dots or without, capital letters , other variations. how can retrieve user id given email?
first of should store email property in lowercase since case not relevant. if want take account dot or plus symbols , being able query on them, should store in (hidden) property stripped out version of email , execute queries on one.
Comments
Post a Comment