Couldn't find my Api-key in my firebase console for my flutter project sign-up authentication

1k views Asked by At

I'm new to flutter and trying to implement sign-up authentication in flutter using Firebase. But the problem is that when i learned about authentication, they provided a post method url which must accept API-KEY in it. Now, i dont know where does my API-KEY exists.

http.post(https://www.googleapis.com/identitytoolkit/v3/relyingparty/signupNewUser?key=[API-KEY]');

1

There are 1 answers

0
Kato On BEST ANSWER

You'll find it in Project Settings under the General tab.

enter image description here

enter image description here

If you add a web app, it's also the first parameter in the config.

enter image description here