Since Kinvey currently only supports logging in with usernames, the simplest way to achieve this would be to set the users' usernames to their email addresses.
j
jamesw6811
said
over 6 years ago
The problem with this is case sensitivity. How do you recommend combating this?
Gal
said
over 6 years ago
Case sensitivity is not necessarily a problem, but if it is for your use case, I have answered the question here https://support.kinvey.com/discussion/201272380/how-should-i-make-the-username-case-insensitive
j
jamesw6811
said
over 6 years ago
It is necessarily a problem with email usernames, because emails are unique identifiers that are not case-sensitive. How to solve the problem is another issue, but I think for now specifying the username case on the client side should work for us.
James White
-Jamie