android - How to search Amazon Cognito Identity? -
in android application, setting cognito identity follows:
dataset dataset = ....syncclient.openorcreatedataset("whatever"); dataset.put("name", name); dataset.put("email", email);
as result identity id created in format:
us-east-1:1xxxxxx-999d-999x-nnnx-fxxxxxxxxxxx
the identity browser on aws web console allows 1 search identity id.
now want search identity email (because that's know user). how can search identity email in amazon web-console?
alternatively, can set email id identity id - if yes, how?
as of now, way search identity on console identity id. have heard request other customers make easier search factor , consider in future updates service.
Comments
Post a Comment