Learning Stuff
Learning Stuff

Reputation: 13

Cannot find option "One account per email address" in the Firebase console

I need to activate One account per email address option. Since I'm using Email/Password and Google providers.

To avoid Users creating accounts from the same Email address.

I need to add a validation to check if a user is created somehow in either of the Providers in the first place and when trying to create a user with another provider I need to give an error.

To do that I found so many answers by enabling the option One account per email address, but I cannot find that option.

I'm Looking at shown screenshot page.

Providers Page Screenshot

Upvotes: 0

Views: 61

Answers (1)

Frank van Puffelen
Frank van Puffelen

Reputation: 599206

For me the setting shows up at the top of the Settings page:

enter image description here

That Learn more link was helpful too.

Upvotes: 1

Related Questions