我在 Flutter 中注册时遇到问题。据我所知,firebase 在注册后自动登录用户。我想阻止此操作,因为在我的应用程序中,每个用户都必须得到确认。
我在其他主题中看到了这种情况的解决方案,但在我看来,注册后调用注销并不是一个好主意,因为我们需要执行额外的步骤。是否有可能以更漂亮的方式删除注册后的登录?
谢谢!
firebase firebase-authentication flutter
firebase ×1
firebase-authentication ×1
flutter ×1