我已经链接了Flutter和Firebase,但是在输入用户名和密码并点击登录按钮后,我得到了这个重新抛出错误。This rethrow error如何修复此代码。我尝试调试代码不止一次。如何正确登录?
wnavrhmk1#
屏幕截图显示FirebaseAuth的signInWithEmailAndPassword操作失败。为什么?即使没有在该点设置断点,也会暂停代码执行的原因是,您的VSCode示例设置为允许捕获Uncaught Exceptions。
signInWithEmailAndPassword
Uncaught Exceptions
catch
e
Run and Debug
请参见下面VSCode的Run and Debug部分中Uncaught Exceptions复选框的屏幕截图:
1条答案
按热度按时间wnavrhmk1#
错误:
屏幕截图显示FirebaseAuth的
signInWithEmailAndPassword
操作失败。为什么?
即使没有在该点设置断点,也会暂停代码执行的原因是,您的VSCode示例设置为允许捕获
Uncaught Exceptions
。溶液:
catch
块的e
error变量上。Run and Debug
按钮Run and Debug
部分中的Uncaught Exceptions
。请参见下面VSCode的
Run and Debug
部分中Uncaught Exceptions
复选框的屏幕截图: