google / identity-toolkit-java-client

Google Identity Toolkit client library for Java
Apache License 2.0
37 stars 27 forks source link

Uploading two users with same email and different localId #31

Open yaelgoodman opened 8 years ago

yaelgoodman commented 8 years ago

Hi

Using the uploadUsers method of a GitkitClient object I was able to upload two users with the same email address and different localId. How is this allowed ? It seems to me like a bug. Can you please fix ?

Thanks