firebase.auth()。onAuthStateChanged()工作异常

时间:2019-09-15 10:40:17

标签: reactjs firebase firebase-authentication

我有一个React项目,在这里我想为用户提供全局访问权限。为此,我正在使用useContext。我的问题是我设置了static .cs file来监视我们是否有更改。我正在为此使用的代码:

at runtime

不幸的是,在firebase.auth().onAuthStateChanged(function(user){})上,我看到的是ist不断记录“验证状态已更改”。为什么会这样呢?我该如何解决?

The console

0 个答案:

没有答案