简体   繁体   English

Flutter rest api认证

[英]Flutter rest api authentication

The accounts we added with createuser in Firebase authentication appear in the authentication section in firebase.我们在 Firebase 认证中使用 createuser 添加的帐户出现在 firebase 的认证部分。 Is it possible to do this with a rest service, not with authentication, and will it appear as if it was taken from authentication again?是否可以使用 rest 服务而不是身份验证来执行此操作,并且看起来好像再次从身份验证中获取?

If you want to use the REST API for Firebase Authentication , have a look at its reference documentation.如果您想使用REST API 进行 Firebase 身份验证,请查看其参考文档。 Specifically, you may want to look at the docs for creating an email/password user and signing in with email/password .具体来说,您可能需要查看有关创建电子邮件/密码用户使用电子邮件/密码登录的文档。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM