简体   繁体   English

在我的Firebase控制台中找不到我的Fluke项目注册身份验证的Api密钥

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

I'm new to flutter and trying to implement sign-up authentication in flutter using Firebase. 我是flutter的新手,并尝试使用Firebase在flutter中实现注册身份验证。 But the problem is that when i learned about authentication, they provided a post method url which must accept API-KEY in it. 但是问题是,当我了解身份验证时,他们提供了必须在其中接受API-KEY的post方法url。 Now, i dont know where does my API-KEY exists. 现在,我不知道我的API密钥在哪里。

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

You'll find it in Project Settings under the General tab. 您可以在“常规”选项卡下的“项目设置”中找到它。

在此处输入图片说明

在此处输入图片说明

If you add a web app, it's also the first parameter in the config. 如果添加Web应用程序,它也是配置中的第一个参数。

在此处输入图片说明

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在我的角度Firebase数据库的注册表单中添加角度自定义盾牌? - How can I add angular custom shield in my sign-up form for my angular firebase database? Firebase数据库身份验证注册 - Firebase database authentication sign-up 我的项目上的Firebase身份验证问题 - Firebase authentication issues on my project 登录Firebase身份验证失败时,为什么在开发人员控制台中看到“ 400(错误请求)”? - Why do I see a “400 (Bad Request)” in my developer console when sign-in to Firebase Authentication fails? 我的带有 Firebase 身份验证和谷歌登录的颤振应用程序已发布,在发布后我看到错误“无法使用 Firebase 身份验证” - My flutter app with Firebase authentication and google sign in is published, after publsihing Iam seeing the error "Cant use firebase authentication 我的 Flutter firebase 注销与我的预订系统发生冲突 - My Flutter firebase sign out is clashing with my booking system 如何使用 Firebase 身份验证将身份验证/注册请求限制为自定义电子邮件域 - How to limit authentication/sign-up request to custom email domains with Firebase Authentication firebase.initializeApp 在我的 dotenv 文件中找不到 API 键。 (下一个.js) - firebase.initializeApp can't find the API key in my dotenv file. (Next.js) 在Firebase中注册时保存其他字段 - Saving additional fields on sign-up in Firebase Firebase 增加注册名额 - Firebase increase sign-up quota
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM