Google suggest to Enable email enumeration , but despite that being enabled, when a user (with intention to discover if the given email address exists on the app) tries to sign up ( register) with a email and if the email exists, the Google Identity-platform reveals that the emails does exists.
{
"error": {
"code": 400,
"message": "EMAIL_EXISTS",
"errors": [
{
"message": "EMAIL_EXISTS",
"domain": "global",
"reason": "invalid"
}
]
}
}
Below is the partial out of the fact that the Email protection is enabled
{
"name": "projects/601070666666/config",
"signIn": {
"email": {
"enabled": true,
"passwordRequired": true
},"emailPrivacyConfig": {
"enableImprovedEmailPrivacy": true
}
I followed all the steps