标签: eclipse firebase jsp
我正在尝试为我的Web应用程序连接Firebase,但是代码不断在catch关键字上显示错误。
catch
这是我的代码,在登录屏幕的登录功能下:
firebase.auth().signInWithEmailAndPassword(userEmail,userPassword).catch(Exception) {};