简体   繁体   English

Flutter 和 Firebase,无密码电子邮件身份验证?

[英]Flutter & Firebase, passwordless email auth?

I noticed that Firebase added passwordless email auth.我注意到 Firebase 添加了无密码电子邮件身份验证。 I haven't been able to find a method in firebase_auth to do this.我一直无法在firebase_auth找到一种方法来做到这一点。 Is there a way to use passwordless email with firebase_auth today?今天有没有办法在firebase_auth使用无密码电子邮件?

Cheers干杯

https://firebase.google.com/docs/auth/web/email-link-auth https://firebase.google.com/docs/auth/web/email-link-auth

No not really, you can either wait for the team to update the plugin, or create your own implementation and write the respective hooks for android and iOS.不是真的,您可以等待团队更新插件,或者创建自己的实现并为 android 和 iOS 编写相应的钩子。

https://github.com/flutter/plugins/tree/master/packages/firebase_auth https://github.com/flutter/plugins/tree/master/packages/firebase_auth

Note: This plugin is still under development, and some APIs might not be available yet.注意:此插件仍在开发中,部分 API 可能尚不可用。 Feedback and Pull Requests are most welcome!非常欢迎反馈和拉取请求!

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

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