Firebase auth internal error "SignUp are blocked" on web
there is not a "API restrictions tab" in 2019, i'm really confused about this issue, looks like Identity Toolkit was deprecated :L
UPDATE:
I fond a solution, there is not a tab, is a section, I did publish my solution here: https://github.com/flutter/flutter/issues/20545
In my case the apiKey
in the environment file of Angular was allowed to only use a few Google Cloud APIs as I had restricted.
- I went to https://console.cloud.google.com, chose the project (same as the Firebase project of course) and then API & Services > Credentials.
- There in the list of API keys I looked for the same
apiKey
given in the project overview of Firebase, clicked on it and went on the tab API restrictions. - There with the select box I added to the list of allowed APIs the Identity Toolkit API.
As directed by @Marco Maccio
I went to https://console.cloud.google.com, chose the project
(same as the Firebase project of course)
and then API & Services > Credentials. There in the list of API keys,
I looked for the same API key given in the project overview of Firebase,
clicked on it, and went on the tab API restrictions. Therewith the select box, I added to the list of allowed APIs the Identity Toolkit API.
or make it Don't restrict key