标签: reactjs firebase firebase-authentication
我有一个React项目,在这里我想为用户提供全局访问权限。为此,我正在使用useContext。我的问题是我设置了static .cs file来监视我们是否有更改。我正在为此使用的代码:
static .cs file
at runtime
不幸的是,在firebase.auth().onAuthStateChanged(function(user){})上,我看到的是ist不断记录“验证状态已更改”。为什么会这样呢?我该如何解决?
firebase.auth().onAuthStateChanged(function(user){})
The console